wip(desktop): handle more errors

This commit is contained in:
Adam 2025-12-27 05:19:03 -06:00
commit c523ca4127
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
5 changed files with 100 additions and 59 deletions

View file

@ -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,