This repository was archived by the owner on Jul 4, 2025. It is now read-only.
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 1212 "dev" : " nest dev" ,
1313 "build" : " nest build && cpx \" cpuinfo/bin/**\" dist/bin" ,
1414 "build:binary" : " run-script-os && cpx \" cpuinfo/bin/**\" dist/bin" ,
15- "build:binary:windows" : " bun build --compile --target=bun-windows-x64 ./src/command.ts --outfile cortex.exe --external @nestjs/microservices --external @nestjs/websockets/socket-module --external class-transformer/storage" ,
16- "build:binary:linux" : " bun build --compile --target=bun-linux-x64 ./src/command.ts --outfile cortex --external @nestjs/microservices --external @nestjs/websockets/socket-module --external class-transformer/storage" ,
15+ "build:binary:windows" : " bun build --compile ./src/command.ts --outfile cortex.exe --external @nestjs/microservices --external @nestjs/websockets/socket-module --external class-transformer/storage" ,
16+ "build:binary:linux" : " bun build --compile ./src/command.ts --outfile cortex --external @nestjs/microservices --external @nestjs/websockets/socket-module --external class-transformer/storage" ,
1717 "build:binary:macos" : " bun build --compile ./src/command.ts --outfile cortex --external @nestjs/microservices --external @nestjs/websockets/socket-module --external class-transformer/storage" ,
1818 "format" : " prettier --write \" src/**/*.ts\" \" test/**/*.ts\" " ,
1919 "build:extensions" : " run-script-os" ,
You can’t perform that action at this time.
0 commit comments