wip(desktop): handle more errors
This commit is contained in:
parent
685f3ea324
commit
c523ca4127
5 changed files with 100 additions and 59 deletions
|
|
@ -10,6 +10,9 @@ export default defineConfig({
|
|||
//
|
||||
// 1. prevent Vite from obscuring rust errors
|
||||
clearScreen: false,
|
||||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
// 2. tauri expects a fixed port, fail if that port is not available
|
||||
server: {
|
||||
port: 1420,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue