- Adds a type assertion to the `variant` property to resolve type mismatch issues.
`chore`: Ignores files generated by Tauri.
- Adds the `/src-tauri/gen/` directory to the `.gitignore` file
- Adds the bootArgs.ts utility module for generating and deleting configuration files
- Integrates configuration file generation and cleanup logic into spary.vue
- Integrates the tauri-plugin-fs plugin to support file system operations
- Adds a Linux system proxy configuration script
- Adds basic project structure for Tauri and Vue
- Configures the Vite, TypeScript, and Vuetify environments
- Implements basic spray-on components and Rust backend logic
- Sets up routing, plugins, and the style system