Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-03-28 22:53:09 +00:00
parent d509da2b09
commit d2716f936e
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -12,7 +12,7 @@ import { fileURLToPath } from "node:url";
import type EN from "./i18n/strings/en_EN.json";
import { loadJsonFile } from "./utils.js";
import { Store } from "./store.js";
import { type Store } from "./store.js";
const __dirname = dirname(fileURLToPath(import.meta.url));