How to run binary without using `yarn run` (using pnp – no node_modules)
I’m looking for an alternative how to run next
binary without calling yarn
. Basically I’m trying to avoid calling yarn run next start
(because I cannot access yarn in pm2 cluster mode).