Setting NODE_ENV to 'test'
I am deploying my wasp app to fly.io for a testing environment. Eventho I set the NODE_ENV Variable in fly.io to 'test', my server thinks he is in production mode.
When checking my servers logs i see the following code being executed:
How can i manipulate this? I am using
When checking my servers logs i see the following code being executed:
npm run db-migrate-prod && NODE_ENV=production npm run start How can i manipulate this? I am using
wasp deploy fly deploy for the test deployment