mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-09 20:57:46 +00:00
[Fix] Scripts
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user