fix(desktop-electron): fix resource loading under file:// protocol (#17125)

This commit is contained in:
Luke Parker
2026-03-12 14:19:44 +10:00
committed by GitHub
parent 1d7fcd40b4
commit 54e7baa6cf
6 changed files with 86 additions and 22 deletions

View File

@@ -18,5 +18,6 @@
"types": ["vite/client", "node", "electron"]
},
"references": [{ "path": "../app" }],
"include": ["src", "package.json"]
"include": ["src", "package.json"],
"exclude": ["src/**/*.test.ts"]
}