fix(desktop): better error messages
This commit is contained in:
parent
ef8388f0ee
commit
2dec956a17
2 changed files with 86 additions and 19 deletions
|
|
@ -10,6 +10,10 @@ export default defineConfig({
|
|||
//
|
||||
// 1. prevent Vite from obscuring rust errors
|
||||
clearScreen: false,
|
||||
esbuild: {
|
||||
// Improves production stack traces (less "kQ@..." noise)
|
||||
keepNames: true,
|
||||
},
|
||||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue