File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 55 "packageManager" : " bun@1.1.10" ,
66 "scripts" : {
77 "start" : " nx run-many -t serve -p tag:scope:app" ,
8- "build" : " concurrently \" nx serve api\" \" bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT" ,
8+ "build" : " npx concurrently \" nx serve api\" \" bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT" ,
99 "wait-and-build" : " wait-on tcp:3000 && nx build app"
1010 },
1111 "private" : true ,
6767 "@types/node" : " 20.13.0" ,
6868 "@typescript-eslint/eslint-plugin" : " ^7.10.0" ,
6969 "@typescript-eslint/parser" : " ^7.10.0" ,
70- "eslint " : " ~9.4.0 " ,
70+ "concurrently " : " ^8.2.2 " ,
7171 "eslint-config-prettier" : " ^9.1.0" ,
7272 "eslint-plugin-playwright" : " ^1.6.2" ,
7373 "jest" : " ^29.7.0" ,
8080 "ts-node" : " 10.9.2" ,
8181 "typescript" : " ~5.4.5" ,
8282 "webpack-cli" : " ^5.1.4"
83+ },
84+ "engines" : {
85+ "node" : " >=22.0.0"
86+ },
87+ "volta" : {
88+ "node" : " 22.2.0"
8389 }
8490}
You can’t perform that action at this time.
0 commit comments