refactor(server-runtime): split modules

This commit is contained in:
Neko Ayaka
2026-05-05 02:30:45 +08:00
parent 40284514d4
commit 8a88d233f2
8 changed files with 1695 additions and 710 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ vi.mock('crossws/server', () => ({
plugin: vi.fn(() => ({})),
}))
vi.mock('..', () => ({
vi.mock('./index', () => ({
normalizeLoggerConfig: () => ({
appLogFormat: 'pretty',
appLogLevel: 'log',