mirror of
https://github.com/unraid/api.git
synced 2026-01-04 23:50:37 -06:00
- Improved validation in `WebComponentsExtractor` to log errors for missing standalone apps entries and file keys, ensuring better error handling during manifest processing. - Updated CSS content retrieval in `vite.standalone.config.ts` to include a fallback mechanism for missing Nuxt CSS files, enhancing robustness. - Simplified modal component mounting in `standalone-mount.ts` by utilizing a dedicated function for better readability and maintainability. - Refined `mountVueApp` logic in `vue-mount-app.ts` to differentiate between the main app and clones, optimizing the mounting process for multiple targets.