1 Commits

Author SHA1 Message Date
7fe0721416 Fix import (lint error)
All checks were successful
CI / Test and lint (push) Successful in 27s
2025-10-28 12:46:52 +01:00

View File

@@ -1,5 +1,5 @@
import { load } from "@std/dotenv";
import { parse as parseYaml } from "jsr:@std/yaml";
import { parse as parseYaml } from "@std/yaml";
import { checkFileExists } from "./utils.ts";
import { log } from "./log.ts";