Renamed utilities to files, added datetimeManager, npm update

This commit is contained in:
2024-10-13 12:15:29 +02:00
parent 2008646a3f
commit 049b9de2b3
20 changed files with 157 additions and 43 deletions

View File

@ -2,7 +2,7 @@ import fs from 'fs'
import sharp from 'sharp'
import { commandLogger } from '../utilities/logger'
import { Server } from 'socket.io'
import { getPublicPath } from '../utilities/utilities'
import { getPublicPath } from '../utilities/files'
import path from 'path'
export default class TilesCommand {