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", "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",