fix rebase errors in master.ts

This commit is contained in:
Hazelnoot 2025-11-07 01:48:04 -05:00
parent 3e68f1d0fd
commit 82bf739be1

View file

@ -21,6 +21,7 @@ import type { EnvService } from '@/global/EnvService.js';
import type { EnvOption } from '@/env.js';
import { renderInlineError } from '@/misc/render-inline-error.js';
import { showMachineInfo } from '@/misc/show-machine-info.js';
import { coreLogger } from '@/boot/coreLogger.js';
import { jobQueue, server } from './common.js';
const _filename = fileURLToPath(import.meta.url);