mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-07 12:47:49 +00:00
[Fix] Scripts
This commit is contained in:
@@ -11,8 +11,9 @@
|
||||
import * as fs from "fs";
|
||||
import * as shell from "shelljs";
|
||||
import { argv } from "yargs";
|
||||
import { dirname } from "path";
|
||||
|
||||
declare const __dirname: string;
|
||||
const __dirname = dirname;
|
||||
|
||||
const path = `${__dirname}/../app/configs/config.js`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user