Add missing import into the extraction script

This commit is contained in:
Oliver-Akins 2025-05-31 23:17:38 -06:00
parent ac93a3342f
commit 946a44edae

View file

@ -1,6 +1,7 @@
import { readFile } from "fs/promises";
import { join } from "path";
import { extractPack } from "@foundryvtt/foundryvtt-cli";
import { pathToFileURL } from "url";
export async function extractCompendia() {
const manifest = JSON.parse(await readFile(`./public/module.json`, `utf-8`));