Skip to content

Commit d6a2263

Browse files
authored
fix: module not found (#670)
1 parent f822e67 commit d6a2263

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
@@ -30,7 +30,7 @@
3030
"prepare:deploy:web": "bun install && bun run build:web",
3131
"prepare:deploy:server": "bun install",
3232
"deploy:web": "cd web; bun run start --port $PORT",
33-
"deploy:server": "cd server; bun run src/main.ts",
33+
"deploy:server": "cd server; bun run src/index.ts",
3434
"dev-db": "make dev-db",
3535
"test": "make test",
3636
"spell": "bunx cspell --quiet ."

0 commit comments

Comments
 (0)