feat: add broad cast channel provider (#1237)

This commit is contained in:
Himself65
2023-03-01 13:47:09 -06:00
committed by GitHub
parent 0df288ba2c
commit c79651ee90
11 changed files with 215 additions and 6 deletions

View File

@@ -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,
},
};