Skip to content

Commit

Permalink
🐛 don't run from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed Jul 16, 2024
1 parent fbcb747 commit d7912f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bun-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bun-server",
"scripts": {
"start": "bun ./dist/index.js",
"start": "bun src/index.ts",
"start:prod": "bun start",
"dev": "bun --watch ./src/index.ts",
"build": "tsc"
Expand Down

0 comments on commit d7912f2

Please sign in to comment.