fix(desktop): better error reporting

This commit is contained in:
Adam
2025-12-21 04:11:09 -06:00
parent 09d76e37bf
commit 588a21ad96
2 changed files with 26 additions and 5 deletions
+1
View File
@@ -10,5 +10,6 @@ export default defineConfig({
},
build: {
target: "esnext",
sourcemap: true,
},
})