mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix wasm paths
This commit is contained in:
parent
23f2861c89
commit
a014f2775e
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ const Assets = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const LibarchiveWasm = [
|
const LibarchiveWasm = [
|
||||||
'libarchive.js/dist/wasm-gen/libarchive.js',
|
'libarchive.js/dist/libarchive.js',
|
||||||
'libarchive.js/dist/wasm-gen/libarchive.wasm'
|
'libarchive.js/dist/libarchive.wasm'
|
||||||
];
|
];
|
||||||
|
|
||||||
const DEV_MODE = process.env.NODE_ENV !== 'production';
|
const DEV_MODE = process.env.NODE_ENV !== 'production';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue