mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix remote dev path
This commit is contained in:
@@ -148,7 +148,7 @@ async function serveFile(
|
|||||||
const fileName = `${file}.${extension}`;
|
const fileName = `${file}.${extension}`;
|
||||||
const path = app.isPackaged
|
const path = app.isPackaged
|
||||||
? join(__dirname, '../remote', fileName)
|
? join(__dirname, '../remote', fileName)
|
||||||
: join(__dirname, '../../dist/remote', fileName);
|
: join(__dirname, '../../out/remote', fileName);
|
||||||
|
|
||||||
let stats: Stats;
|
let stats: Stats;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user