feat(web): add read-only project and task SPA pages

Co-Authored-By: Claude Haiku 4.5 <[email protected]>
This commit is contained in:
shaggy (mosaic-dev box)
2026-08-10 22:23:59 -05:00
co-authored by Claude Haiku 4.5
parent e00cc475a2
commit a6085eea37
15 changed files with 1519 additions and 5 deletions
+1
View File
@@ -16,6 +16,7 @@ export default defineConfig({
},
server: {
port: 3100,
strictPort: true,
proxy: {
'/api': gatewayTarget,
'/socket.io': { target: gatewayTarget, ws: true },