mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 10:06:17 +08:00
feat(server): introduce user friendly server errors (#7111)
This commit is contained in:
@@ -27,6 +27,7 @@ import {
|
||||
ConfigModule,
|
||||
mergeConfigOverride,
|
||||
} from './fundamentals/config';
|
||||
import { ErrorModule } from './fundamentals/error';
|
||||
import { EventModule } from './fundamentals/event';
|
||||
import { GqlModule } from './fundamentals/graphql';
|
||||
import { HelpersModule } from './fundamentals/helpers';
|
||||
@@ -52,6 +53,7 @@ export const FunctionalityModules = [
|
||||
MailModule,
|
||||
StorageProviderModule,
|
||||
HelpersModule,
|
||||
ErrorModule,
|
||||
];
|
||||
|
||||
function filterOptionalModule(
|
||||
|
||||
Reference in New Issue
Block a user