mirror of
https://github.com/danbulant/Mangades
synced 2026-05-19 04:08:46 +00:00
fix scripts
This commit is contained in:
parent
09f124dd4d
commit
c2000e6b43
1 changed files with 2 additions and 2 deletions
|
|
@ -5,8 +5,8 @@
|
|||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"package": "svelte-kit package",
|
||||
"preview": "svelte-kit preview"
|
||||
"package": "vite package",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "1.0.0-next.90",
|
||||
|
|
|
|||
Loading…
Reference in a new issue