feat: 添加svelte-kit同步脚本到package.json

This commit is contained in:
Vixalie
2026-03-26 15:05:03 +08:00
parent 1181c26a05
commit 36002ede9e

View File

@@ -7,6 +7,7 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"sync": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",