1
0
Fork 0
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:
Bill Thornton 2024-09-09 14:03:17 -04:00
parent 23f2861c89
commit a014f2775e

View file

@ -18,8 +18,8 @@ const Assets = [
];
const LibarchiveWasm = [
'libarchive.js/dist/wasm-gen/libarchive.js',
'libarchive.js/dist/wasm-gen/libarchive.wasm'
'libarchive.js/dist/libarchive.js',
'libarchive.js/dist/libarchive.wasm'
];
const DEV_MODE = process.env.NODE_ENV !== 'production';