fix(cast): keep cast running after app close

This commit is contained in:
2026-08-14 23:06:48 +02:00
parent da73a72217
commit 0545e06a04
3 changed files with 36 additions and 12 deletions
+1
View File
@@ -66,6 +66,7 @@ module.exports = {
port: 3000,
hot: true,
historyApiFallback: true,
allowedHosts: "all",
// jassub's wasm is multithreaded (pthreads), which needs SharedArrayBuffer
// and therefore a cross-origin-isolated page. `credentialless` keeps
// cross-origin video/subtitle/font requests working without CORP headers.