clean up build script

This commit is contained in:
JonLuca De Caro
2026-03-20 15:08:52 -07:00
parent 947683286c
commit 5cc4acab38
2 changed files with 3 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vinext dev -H 0.0.0.0",
"build": "vinext build",
"build": "vite build",
"start": "vinext start",
"deploy": "vinext deploy",
"deploy:dry-run": "vinext deploy --dry-run",
@@ -21,8 +21,7 @@
"db:push": "prisma db push",
"db:studio": "prisma studio",
"postinstall": "prisma generate",
"dev:vinext": "vite dev --port 3001",
"build:vinext": "vite build"
"dev:vinext": "vite dev --port 3001"
},
"dependencies": {
"@prisma/adapter-pg": "7.5.0",