⬆️ Update actual api to 25.3, cron to 4
All checks were successful
Deploy application / deploy (push) Successful in 18s

This commit is contained in:
2025-03-02 08:37:38 +01:00
parent 080b65854d
commit 7ea55567da
3 changed files with 424 additions and 418 deletions

View File

@ -1,6 +1,7 @@
import * as fs from "node:fs"
import logger from "@common/logger"
// TODO move to common
export function createDirIfMissing(directory: string): void {
if (!fs.existsSync(directory)) {
logger.info(`Missing '${directory}', creating...`)