feat(web): add dashboard SPA routing

This commit is contained in:
2026-05-21 16:16:00 +00:00
parent 50bcbe0f45
commit d0b15ab51b
6 changed files with 297 additions and 19 deletions
+1
View File
@@ -71,6 +71,7 @@ export class CloudlyServer {
: {}),
injectReload: true,
serveDir: paths.distServeDir,
spaFallback: true,
watch: true,
compression: {
enabled: true,