Replace JSON config import

This commit is contained in:
hensm
2022-08-24 19:08:33 +01:00
parent c720eaf4b2
commit ffcdb181d5
3 changed files with 37 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import mustache from "mustache";
import pkg from "pkg";
import yargs from "yargs";
import config from "../config.json" assert { type: "json" };
import config from "./lib/config.js";
import * as paths from "./lib/paths.js";
const argv = await yargs()