mirror of
https://github.com/fosrl/pangolin.git
synced 2025-10-30 14:17:30 +00:00
fix env
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"db:hydrate": "npx tsx scripts/hydrate.ts",
|
||||
"db:studio": "drizzle-kit studio",
|
||||
"build": "next build && tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",
|
||||
"start": "NODE_ENV=production node dist/server/index.js"
|
||||
"start": "ENVIRONMENT=prod node dist/server/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "1.7.7",
|
||||
|
||||
Reference in New Issue
Block a user