Frontend Server Update

This commit is contained in:
2026-01-23 22:32:33 -05:00
parent 062f73356d
commit c87279ed52
4 changed files with 176 additions and 3 deletions

View File

@@ -9,12 +9,15 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
"tauri": "tauri",
"start": "node server/index.js"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-opener": "^2.5.3"
"@tauri-apps/plugin-opener": "^2.5.3",
"compression": "^1.8.1",
"express": "^5.2.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",