mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-08 05:31:39 +00:00
add vite build for remote
This commit is contained in:
parent
74554d9725
commit
48917547b2
7 changed files with 129 additions and 196 deletions
|
|
@ -148,7 +148,7 @@ async function serveFile(
|
|||
const fileName = `${file}.${extension}`;
|
||||
const path = app.isPackaged
|
||||
? join(__dirname, '../remote', fileName)
|
||||
: join(__dirname, '../../../../../.erb/dll', fileName);
|
||||
: join(__dirname, '../../dist/remote', fileName);
|
||||
|
||||
let stats: Stats;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue