File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 "node" : " >=20.0.0"
1010 },
1111 "scripts" : {
12- "start:dev" : " npm run lint && cross-env NODE_ENV=development node src/app.js" ,
13- "start:prod" : " cross-env NODE_ENV=production node src/app.js" ,
12+ "start:dev" : " npm run lint && cross-env NODE_ENV=development bun src/app.js" ,
13+ "start:prod" : " cross-env NODE_ENV=production bun src/app.js" ,
1414 "start" : " npm run start:dev" ,
1515 "lint" : " eslint ." ,
1616 "lint:fix" : " eslint . --fix" ,
17- "generate-config" : " node scripts/generate-config.js" ,
18- "pull-and-restart" : " node scripts/pull-and-restart.js"
17+ "generate-config" : " bun scripts/generate-config.js" ,
18+ "pull-and-restart" : " bun scripts/pull-and-restart.js"
1919 },
2020 "repository" : {
2121 "type" : " git" ,
Original file line number Diff line number Diff line change 55 "cwd" : " ./" ,
66 "script" : " src/app.js" ,
77 "exec_mode" : " fork" ,
8+ "interpreter" : " bun" ,
89 "instances" : 1 ,
910 "env" : { "NODE_ENV" : " production" },
1011 "repo" : " https://github.com/NullDev/Arithmetica-Bot.git" ,
You can’t perform that action at this time.
0 commit comments