forked from noxious/server
build fixes
This commit is contained in:
@ -1,12 +1,11 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "node dist/index.js",
|
||||
"start": "node dist/server.js",
|
||||
"dev": "nodemon --exec ts-node src/server.ts",
|
||||
"build": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.13.0",
|
||||
"@types/sharp": "^0.32.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.4.5",
|
||||
|
Reference in New Issue
Block a user