refactor: split runner env and slim dashboard facade

This commit is contained in:
Eyejoker
2026-03-23 07:30:55 +09:00
parent 50e8fd4d20
commit f42234bc65
7 changed files with 553 additions and 554 deletions

View File

@@ -91,7 +91,7 @@ function findDiscordChannel(channels: Channel[]): Channel | undefined {
);
}
async function purgeDashboardChannel(
export async function purgeDashboardChannel(
opts: Pick<UnifiedDashboardOptions, 'channels' | 'statusChannelId'>,
): Promise<void> {
if (!opts.statusChannelId) return;