fix(hololake): ship dynamic persona routes and coherent workspace

This commit is contained in:
冰朔 2026-08-09 10:43:56 +08:00
commit 787ba2ad3f
21 changed files with 1111 additions and 326 deletions

View file

@ -15,7 +15,8 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@server/*": ["./server/*"]
"@server/*": ["./server/*"],
"marked": ["../hololake-desktop/node_modules/marked/lib/marked.esm.js"]
}
},
"include": ["src/**/*", "server/**/*"],