add pwa setup, deploy script, fix build configuration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 14:44:41 +01:00
parent c9c69a3265
commit 399e7d5b89
8 changed files with 64 additions and 3 deletions

View File

@@ -12,9 +12,11 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src"]
"include": ["src"],
"exclude": ["server"]
}