Skip to content

Simplified provider assignments#2116

Open
ebkr wants to merge 1 commit intodevelopfrom
standardize-provider-assignment
Open

Simplified provider assignments#2116
ebkr wants to merge 1 commit intodevelopfrom
standardize-provider-assignment

Conversation

@ebkr
Copy link
Copy Markdown
Owner

@ebkr ebkr commented Apr 9, 2026

Simplified provider assignments

This moves binding logic from AppWrapper.vue and App.vue into a single boot file to make it easier to identify required order of providers.

Explanation

Previously, it was awkward to identify the order to declare providers when it comes to tests, and even new features if a provider depends on an existing dependency.

The ordering may still not be perfectly optimized, but it does help to give a general sense of where to start setting up providers.

There doesn't appear to be any real reason that some providers weren't all setup in AppWrapper.vue. It was likely just accumulated over the years. 🤷
I've done a standard run-through and everything seems fine. No errors.

@ebkr ebkr mentioned this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant