Update package.json

This commit is contained in:
Hri7566 2024-09-19 20:55:36 -04:00
parent ceab9310b5
commit b7911c5cfa
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
"author": "Hri7566",
"license": "ISC",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run src/index.ts --watch"
"start": "bun run src/start.ts",
"dev": "bun run src/start.ts --watch"
},
"dependencies": {
"@prisma/client": "5.17.0",