mirror of
https://github.com/nx-bat/pet-the-pond.git
synced 2026-09-22 10:29:11 -04:00
fixed an issue.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
},
|
||||
|
||||
"scripts": {
|
||||
"start": "node dist/index.js",
|
||||
"start": "NODE_ENV=production node dist/index.js",
|
||||
"build": "esbuild 'src/**/*.ts' --platform=node --format=cjs --outdir=dist"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user