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:
npm run db-migrate-prod && NODE_ENV=production npm run start
npm run db-migrate-prod && NODE_ENV=production npm run start