This commit is contained in:
jejolare 2025-04-28 17:17:34 +07:00
parent c869360b22
commit 6f8567e94b

View file

@ -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": {