mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix remote dev path
This commit is contained in:
parent
ee1896c345
commit
6525a8a725
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue