mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
chore: rename fundamentals to base (#9119)
This commit is contained in:
@@ -5,7 +5,7 @@ import { Logger } from '@nestjs/common';
|
||||
import { omit } from 'lodash-es';
|
||||
|
||||
import { createApp } from './app';
|
||||
import { URLHelper } from './fundamentals';
|
||||
import { URLHelper } from './base';
|
||||
|
||||
const app = await createApp();
|
||||
const listeningHost = '0.0.0.0';
|
||||
|
||||
Reference in New Issue
Block a user