v0.1.9
fix: remove autostart plugin config that crashes Tauri on startup
tauri-plugin-autostart expects a unit type (no config map) in the plugins
section. The {"enabled": true} object caused a deserialization error on
builder.run(), killing the app before any window could render.