File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 12
12
"build" : " tsc --build --clean tsconfig.json && tsc --build tsconfig.json" ,
13
13
"build-prod" : " tsc -p tsconfig.production.json && ([ -f bin/Config.prod.js ] && mv -f bin/Config.prod.js bin/Config.js) || true" ,
14
14
"watch-dev" : " bun --watch src/index.ts" ,
15
- "start-built" : " bun --import ./instrument.mjs --trace-warnings bin/index.js" ,
15
+ "start-built" : " bun --import ./instrument.js --trace-warnings bin/index.js" ,
16
16
"build-and-run" : " bun run build && bun run start-built" ,
17
17
"build-and-run-prod" : " bun run lint && bun run build-prod && bun run start-built" ,
18
18
"sentry:sourcemaps" : " bunx sentry-cli sourcemaps inject --org developer-den-59 --project discord-bot ./bin && bunx sentry-cli sourcemaps upload --org developer-den-59 --project discord-bot ./bin"
You can’t perform that action at this time.
0 commit comments