mirror of
https://github.com/LukeHagar/sveltekit-electron-adapter.git
synced 2025-12-07 20:57:44 +00:00
[Fix] Scripts
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
*
|
||||
*/
|
||||
import * as shell from "shelljs";
|
||||
declare const __dirname: string;
|
||||
import { dirname } from "path";
|
||||
|
||||
const __dirname = dirname;
|
||||
|
||||
const path = `${__dirname}/../dist`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user