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:
@@ -2,8 +2,10 @@ import Logger from "@ptkdev/logger";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import { execSync } from "child_process";
|
||||
import semver from "../package.json";
|
||||
import semver from "../package.json" assert { type: "json" };
|
||||
import { dirname } from "path";
|
||||
|
||||
const __dirname = dirname;
|
||||
const gitdotfile = `${__dirname}/../.git/config`;
|
||||
const logger = new Logger();
|
||||
let branch = "";
|
||||
|
||||
Reference in New Issue
Block a user