mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat: add broad cast channel provider (#1237)
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
export default function getConfig() {
|
||||
return {
|
||||
publicRuntimeConfig: {
|
||||
serverAPI: 'http://localhost:3000/api',
|
||||
enableIndexedDBProvider: true,
|
||||
PROJECT_NAME: 'AFFiNE Mock',
|
||||
BUILD_DATE: '2021-09-01T00:00:00.000Z',
|
||||
gitVersion: 'UNKNOWN',
|
||||
hash: 'UNKNOWN',
|
||||
editorVersion: 'UNKNOWN',
|
||||
serverAPI: 'http://localhost:3000/api',
|
||||
enableBroadCastChannelProvider: true,
|
||||
enableIndexedDBProvider: true,
|
||||
prefetchWorkspace: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user