Skip to content

Commit

Permalink
use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
RealFascinated committed Mar 8, 2025
1 parent dfa2f68 commit bc00c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bun ./src/server.ts --watch",
"dev": "bun --bun ./src/server.ts",
"build": "next build",
"start": "bun ./src/server.ts",
"start": "bun --bun ./src/server.ts",
"cli": "bun ./cli/index.ts",
"database:generate": "bunx drizzle-kit generate",
"database:migrate": "bunx drizzle-kit migrate",
Expand Down Expand Up @@ -84,4 +84,4 @@
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}
}

0 comments on commit bc00c5a

Please sign in to comment.