mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +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();
|