Modificar package.json

This commit is contained in:
Bxio 2025-07-05 10:42:32 +00:00
parent 384cf130af
commit 1ec65dd9cd

View File

@ -5,7 +5,7 @@
"tailwindcss": "^4.0.0-beta.3"
},
"scripts": {
"start": "vite",
"start": "vite --port 3000",
"build": "vite build",
"preview": "vite preview"
}