mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
add vite build for remote
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user