feat(nbstore): share worker between workspaces (#9947)
This commit is contained in:
@@ -33,7 +33,9 @@ export const BUILD_IN_SERVERS: (ServerMetadata & { config: ServerConfig })[] =
|
||||
? [
|
||||
{
|
||||
id: 'affine-cloud',
|
||||
baseUrl: location.origin,
|
||||
baseUrl: BUILD_CONFIG.isElectron
|
||||
? 'http://localhost:8080'
|
||||
: location.origin,
|
||||
config: {
|
||||
serverName: 'Affine Cloud',
|
||||
features: [
|
||||
|
||||
Reference in New Issue
Block a user