Modificar package.json

This commit is contained in:
Bxio 2025-07-05 10:47:43 +00:00
parent d1b68ac69d
commit 240e825500

View File

@ -6,6 +6,7 @@
},
"scripts": {
"start": "vite --port 3000",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}