A Better Vite Citizen
This is WAY more like a regular VITE application.
- Removed Auto Mounting System: would break if your not using .riot files
- Entry point is now an app component () that itself includes the welcome page, this way you may only ever need to manually register and mount a single component, then just use the components "component" property to register/mount dependencies - much cleaner
- Build System actually works
- Updated dependencies