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
40a599a06e
commit
4315b33f64
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@
|
|||
"vite": "8.0.0-beta.15"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"dev": "vite"
|
||||
"preview": "vite preview"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue