-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix reveal
and routes
CLI commands
#12745
Conversation
🦋 Changeset detectedLatest commit: 11ee2a7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
These commands seem to have been broken since they didn't preload the ESM build like our
dev
andbuild
commands do. Since we've recently introduced our own config decoupled from Vite, I've updated these commands to use our config loader directly.This got missed because the
reveal
test was being skipped since migrating to Vite had broken it. I've re-enabled the test and fixed it. I've also added a basic smoke test for theroutes
command that would have failed before this fix.