db points
This commit is contained in:
@ -12,11 +12,15 @@
|
||||
"@types/ejs": "^3.1.5",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/multer": "^1.4.12",
|
||||
"drizzle-kit": "^0.24.2",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2",
|
||||
"multer": "^1.4.5-lts.1"
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"mysql2": "^3.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun --watch src/index.ts"
|
||||
"dev": "bun --watch src/index.ts",
|
||||
"push": "bun drizzle-kit push"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user