debug
This commit is contained in:
parent
c869360b22
commit
6f8567e94b
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
"client": "next dev",
|
||||
"build": "next build",
|
||||
"dev": "npx nodemon --exec tsx ./server/server.ts",
|
||||
"start": "cross-env NODE_ENV=production NODE_OPTIONS='--max-old-space-size=8192 --trace-gc' tsx ./server/server.ts",
|
||||
"start": "cross-env NODE_ENV=production NODE_OPTIONS='--max-old-space-size=8192' tsx ./server/server.ts",
|
||||
"submodule": "git submodule update --init --recursive"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue