diff --git a/package.json b/package.json index d6baf0c..909ebe9 100644 --- a/package.json +++ b/package.json @@ -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": {