mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 17:11:43 +03:00
12 lines
265 B
TypeScript
12 lines
265 B
TypeScript
import { setupGlobal } from '@affine/env/global';
|
|
|
|
import { getRuntimeConfig } from '../../apps/core/.webpack/runtime-config';
|
|
|
|
globalThis.runtimeConfig = getRuntimeConfig({
|
|
distribution: 'browser',
|
|
mode: 'development',
|
|
channel: 'canary',
|
|
});
|
|
|
|
setupGlobal();
|