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,8 +2,8 @@ import fs from 'fs'
import sharp from 'sharp'
import { BaseCommand } from '#application/base/baseCommand'
import Storage from '#application/storage'
import { BaseCommand } from'@/application/base/baseCommand'
import Storage from'@/application/storage'
export default class TilesCommand extends BaseCommand {
public async execute(): Promise<void> {