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
+3 -1
View File
@@ -9,7 +9,9 @@
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true
"noEmit": true,
"allowImportingTsExtensions": true,
"types": ["bun-types"]
},
"include": ["src"]
}