[Fix] Scripts

This commit is contained in:
Patryk Rzucidlo (PTKDev)
2023-02-11 01:27:13 +01:00
parent 770dea9257
commit 7680437b1d
12 changed files with 212 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
import * as fs from "fs";
import Logger from "@ptkdev/logger";
import { argv } from "yargs";
import pkg from "../package.json";
import pkg from "../package.json" assert { type: "json" };
const logger = new Logger();