mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(tooling): add vite preview script
This commit is contained in:
parent
26a4244095
commit
c6058d9343
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@
|
|||
"vite": "8.0.0-beta.16"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"dev": "vite"
|
||||
"preview": "vite preview"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue