Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Jun 1, 2024
1 parent 4f159cc commit 4246767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "module",
"private": true,
"scripts": {
"docker:production": "bun ./dist/index.js",
"docker:production": "bun src/index.ts",
"docker:development": "bun --watch src/index.ts",
"build": "bun build ./src/index.ts --target=bun --outfile=./dist/index.js",
"fix-users": "doppler run -- bun ./src/dev/index.ts",
Expand Down

0 comments on commit 4246767

Please sign in to comment.