This commit is contained in:
2026-06-22 00:08:48 -04:00
parent 3888339089
commit a2d20a3329
4 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
import { cfg } from './config.mjs'
import { writeFile, readFile, existsSync } from 'fs'
import { writeFile, readFile } from 'fs/promises'
import { existsSync } from 'fs'
import { resolve, dirname } from 'path'
import { fileURLToPath } from 'url'