mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -7,10 +7,7 @@ import { fileURLToPath, pathToFileURL } from 'node:url';
|
||||
|
||||
import { config } from 'dotenv';
|
||||
|
||||
import {
|
||||
applyEnvToConfig,
|
||||
getAFFiNEConfigModifier,
|
||||
} from './fundamentals/config';
|
||||
import { applyEnvToConfig, getAFFiNEConfigModifier } from './base/config';
|
||||
|
||||
const PROJECT_CONFIG_PATH = join(fileURLToPath(import.meta.url), '../config');
|
||||
const CUSTOM_CONFIG_PATH = `${homedir()}/.affine/config`;
|
||||
|
||||
Reference in New Issue
Block a user