[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Documentation has been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
What is the current behavior?
Closes #
What is the new behavior?
Does this PR introduce a breaking change?
[x] Yes
[ ] No
Other information
Most of the changed files (including failing tests) are related to standalone becoming the default.
We can create follow-up issues to fix this in our tests, migrate the example app, and remove the data example app.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Closes #
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Most of the changed files (including failing tests) are related to
standalone
becoming the default. We can create follow-up issues to fix this in our tests, migrate the example app, and remove the data example app.