mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 03:25:10 +08:00
91c3040db7
Co-authored-by: himself65 <himself65@outlook.com>
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import 'reflect-metadata';
|
|
import 'dotenv/config';
|
|
|
|
import { getDefaultAFFiNEConfig } from './config/default';
|
|
|
|
globalThis.AFFiNE = getDefaultAFFiNEConfig();
|