fix(hololake): ship dynamic persona routes and coherent workspace
This commit is contained in:
parent
5105ec5e32
commit
787ba2ad3f
21 changed files with 1111 additions and 326 deletions
|
|
@ -15,7 +15,8 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@server/*": ["./server/*"]
|
||||
"@server/*": ["./server/*"],
|
||||
"marked": ["../hololake-desktop/node_modules/marked/lib/marked.esm.js"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "server/**/*"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue