mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import 'reflect-metadata';
|
|
import 'dotenv/config';
|
|
|
|
import { getDefaultAFFiNEConfig } from './config/default';
|
|
|
|
globalThis.AFFiNE = getDefaultAFFiNEConfig();
|