mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Replace JSON config import
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user