Update package.json
This commit is contained in:
parent
ceab9310b5
commit
b7911c5cfa
|
@ -7,8 +7,8 @@
|
||||||
"author": "Hri7566",
|
"author": "Hri7566",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "bun run src/index.ts",
|
"start": "bun run src/start.ts",
|
||||||
"dev": "bun run src/index.ts --watch"
|
"dev": "bun run src/start.ts --watch"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/client": "5.17.0",
|
"@prisma/client": "5.17.0",
|
||||||
|
|
Loading…
Reference in New Issue