mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
11 lines
237 B
TypeScript
11 lines
237 B
TypeScript
export default function getConfig() {
|
|
return {
|
|
publicRuntimeConfig: {
|
|
serverAPI: 'http://localhost:3000/api',
|
|
enableIndexedDBProvider: true,
|
|
editorVersion: 'UNKNOWN',
|
|
prefetchWorkspace: false,
|
|
},
|
|
};
|
|
}
|