Renamed files to storage, re-worked datetimeManager, added json help utilities

This commit is contained in:
2024-10-14 19:47:52 +02:00
parent 049b9de2b3
commit bb9f62a9c8
17 changed files with 86 additions and 47 deletions

View File

@ -1,6 +1,6 @@
import pino from 'pino'
import fs from 'fs'
import { getRootPath } from './files'
import { getRootPath } from './storage'
// Array of log types
const LOG_TYPES = ['http', 'game', 'gameMaster', 'app', 'queue', 'command'] as const