File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " @crowd/cron-service" ,
33 "private" : true ,
44 "scripts" : {
5- "start" : " SERVICE=cron-service tsx src/main.ts" ,
5+ "start" : " SERVICE=cron-service LOG_LEVEL=trace tsx src/main.ts" ,
66 "start:debug:local" : " set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=cron-service LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts" ,
77 "start:debug" : " SERVICE=cron-service LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts" ,
88 "dev:local" : " nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug:local" ,
Original file line number Diff line number Diff line change 22 "name" : " @crowd/data-sink-worker" ,
33 "private" : true ,
44 "scripts" : {
5- "start" : " SERVICE=data-sink-worker tsx src/main.ts" ,
5+ "start" : " SERVICE=data-sink-worker LOG_LEVEL=trace tsx src/main.ts" ,
66 "start:debug:local" : " set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=data-sink-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9233 src/main.ts" ,
77 "start:debug" : " SERVICE=data-sink-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9233 src/main.ts" ,
88 "dev:local" : " nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug:local" ,
You can’t perform that action at this time.
0 commit comments