mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
import 'reflect-metadata';
|
|
import 'dotenv/config';
|
|
import './affine';
|
|
import './affine.config';
|
|
|
|
if (process.env.NODE_ENV === 'development') {
|
|
console.log('AFFiNE Config:', globalThis.AFFiNE);
|
|
}
|