next.js requires running next build and then next start command to run application, but my hosting does not allow me to run these commands on my own ("next: permission denied") and runs automatically node app.js.
Question: Can I somehow build and run app in production with allowed only node app.js command?
Hosting: mydevil.net
via Tomasz Nowak
No comments:
Post a Comment