Add missing import into the extraction script
This commit is contained in:
parent
ac93a3342f
commit
946a44edae
1 changed files with 1 additions and 0 deletions
|
|
@ -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`));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue