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
Set the NODE_ENV variable on all platforms. Without cross-spawn, very slim.
Usage
run-with-node-env production npm start # NODE_ENV=production npm start
run-with-node-env development npm run start:dev # NODE_ENV=development npm run start:dev