chore(tooling): add vite preview script

This commit is contained in:
peaklabs-dev 2025-12-16 00:04:16 +01:00
parent 26a4244095
commit c6058d9343
No known key found for this signature in database

View file

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