Paths refactor # > @/

This commit is contained in:
2025-02-12 00:12:26 +01:00
parent bebd5876da
commit fef0ae6e28
136 changed files with 526 additions and 526 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()