Skip to content

Commit e5c97f0

Browse files
committed
fix package.json
1 parent 1eb427b commit e5c97f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "tsc --build --clean tsconfig.json && tsc --build tsconfig.json",
1313
"build-prod": "tsc -p tsconfig.production.json && ([ -f bin/Config.prod.js ] && mv -f bin/Config.prod.js bin/Config.js) || true",
1414
"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",
1616
"build-and-run": "bun run build && bun run start-built",
1717
"build-and-run-prod": "bun run lint && bun run build-prod && bun run start-built",
1818
"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"

0 commit comments

Comments
 (0)