Skip to content

Commit b07b67b

Browse files
committed
rollback changes
1 parent d1202c1 commit b07b67b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"dev": "yarn nodemon index.ts",
66
"test": "vitest",
7-
"build": "NODE_OPTIONS='--max-old-space-size=9216' tsc --noEmit false",
7+
"build": "NODE_OPTIONS='--max-old-space-size=8192' tsc --noEmit false",
88
"start": "node -r dotenv/config dist/backend/index.js",
99
"prisma:manual": "ts-node ./src/prisma/manual.ts"
1010
},

0 commit comments

Comments
 (0)