TS Config Update, erster Test-Build

This commit is contained in:
R40fendt
2025-12-24 15:40:01 +01:00
parent c71171a42b
commit 335a25a8f4
4 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauridev": "tauri dev",