You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The run command only works for development now. It would be nice if we could also run a production build from it from the build/ folder. A couple of changes would be required:
Use regular node to run the process instead of the meteor cli
Run it out of my-project/build/bundle/main.js
Add Meteor settings to METEOR_SETTINGS env variable
Run npm install automatically on the bundle/server folder (check build README for exact folder)
The start.sh shell script I created a while back is an example.
The text was updated successfully, but these errors were encountered:
The run command only works for development now. It would be nice if we could also run a production build from it from the build/ folder. A couple of changes would be required:
The start.sh shell script I created a while back is an example.
The text was updated successfully, but these errors were encountered: