This commit is contained in:
2025-02-12 00:14:05 +01:00
parent fef0ae6e28
commit c47339dfcd
134 changed files with 503 additions and 503 deletions

View File

@ -2,10 +2,10 @@ import * as fs from 'fs'
import * as path from 'path'
import { pathToFileURL } from 'url'
import type { Command } from'@/application/types'
import type { Command } from '@/application/types'
import Logger, { LoggerType } from'@/application/logger'
import Storage from'@/application/storage'
import Logger, { LoggerType } from '@/application/logger'
import Storage from '@/application/storage'
export class CommandRegistry {
private readonly commands: Map<string, Command> = new Map()