swap from express to bun:http
This commit is contained in:
parent
c7eb56c9ec
commit
040fa2637d
3 changed files with 19 additions and 163 deletions
|
|
@ -6,7 +6,6 @@
|
|||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/bun": "latest",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/node": "^24.0.7",
|
||||
"drizzle-kit": "^0.31.4"
|
||||
},
|
||||
|
|
@ -15,12 +14,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"express": "^5.1.0"
|
||||
"drizzle-orm": "^0.44.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun --hot src/index.ts",
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"schema": "drizzle-kit generate"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue