Skip to content

Commit ab25ba6

Browse files
committed
chore: run backend command using bun
1 parent bfbce31 commit ab25ba6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Start backend development server with PostgreSQL
22
back_dev:
3-
cd packages/hocuspocus.server && npm run dev:pg --trace-deprecation
3+
cd packages/hocuspocus.server && bun run dev:pg --trace-deprecation
44

55
# Start backend WebSocket server
66
back_ws:
7-
cd packages/hocuspocus.server && npm run dev:ws --trace-deprecation
7+
cd packages/hocuspocus.server && bun run dev:ws --trace-deprecation
88

99
# Start Supabase development server
1010
supabase_start:

0 commit comments

Comments
 (0)