File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 "description" : " Demonstrate the value of GitHub" ,
66 "main" : " src/index.ts" ,
77 "scripts" : {
8- "start" : " NODE_OPTIONS='--max-old-space-size=5120 ' node --enable-source-maps dist/index.js | bunyan -o short -l info" ,
8+ "start" : " NODE_OPTIONS='--max-old-space-size=6120 ' node --enable-source-maps dist/index.js | bunyan -o short -l info" ,
99 "test" : " vitest" ,
1010 "build" : " tsc" ,
11- "dev" : " NODE_OPTIONS='--max-old-space-size=5120 ' tsx watch src/index.ts | bunyan -o short -l info" ,
11+ "dev" : " NODE_OPTIONS='--max-old-space-size=6120 ' tsx watch src/index.ts | bunyan -o short -l info" ,
1212 "lint" : " eslint src/**/*.ts" ,
1313 "compose:start" : " docker-compose -f ../compose.yml up -d" ,
1414 "db:start" : " docker-compose -f ../compose.yml up -d mongo" ,
You can’t perform that action at this time.
0 commit comments