feat(web): add workspace-aware session flow
This commit is contained in:
@@ -42,6 +42,9 @@ function makeHost() {
|
||||
current: { getSnapshot: () => undefined, subscribe: () => () => {} },
|
||||
cell: () => undefined,
|
||||
},
|
||||
workspaces: {
|
||||
list: { getSnapshot: () => ({}), subscribe: () => () => {} },
|
||||
},
|
||||
}
|
||||
return {
|
||||
host,
|
||||
|
||||
Reference in New Issue
Block a user