You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ui): rename VITE_APP_EXTENSIONS to VITE_EXAMPLE_EXTENSION
The name promised a list of extensions to install and delivered a boolean switch
for the bundled example — the only value it ever matched was the literal
"example", and no other value could do anything, because an extension has to be
imported to exist in the bundle at all.
`VITE_EXAMPLE_EXTENSION=true` says what it does. Which extensions are installed
stays the array in `activeExtensions.ts`, and there is no environment variable
for it.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Nicholas Bucher <behappy54321@gmail.com>
0 commit comments