Update imports

This commit is contained in:
Owen
2026-09-03 11:35:28 -04:00
parent 11be7b8ee4
commit be0dd65557
25 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { configFilePath1, configFilePath2 } from "@server/lib/consts";
import fs from "fs";
import yaml from "js-yaml";
import * as yaml from "js-yaml";
export default async function migration() {
console.log("Running setup script 1.0.0-beta.6...");