chore(tooling): add vite preview script

This commit is contained in:
peaklabs-dev 2025-12-16 00:04:16 +01:00
parent 40a599a06e
commit 4315b33f64
No known key found for this signature in database

View file

@ -17,7 +17,8 @@
"vite": "8.0.0-beta.15"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"dev": "vite"
"preview": "vite preview"
}
}