Modificar package.json

This commit is contained in:
Bxio 2025-07-04 13:41:51 +00:00
parent f2d4f42367
commit 449b74e3f4

View File

@ -1,7 +1,7 @@
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}
}