mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 02:35:58 +08:00
test(server): avoid progress get hold after tests finished (#5522)
This commit is contained in:
@@ -1,17 +1,5 @@
|
||||
import { homedir } from 'node:os';
|
||||
import { join } from 'node:path';
|
||||
|
||||
import { config } from 'dotenv';
|
||||
|
||||
import { SERVER_FLAVOR } from './config/default';
|
||||
|
||||
if (SERVER_FLAVOR === 'selfhosted') {
|
||||
config({ path: join(homedir(), '.affine', '.env') });
|
||||
} else {
|
||||
config();
|
||||
}
|
||||
|
||||
import 'reflect-metadata';
|
||||
import './affine.env';
|
||||
import './affine';
|
||||
import './affine.config';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user