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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
#985(minor)
Add the Nuxt integration (supports Nuxt 3 and 4): build-time inlining and validation via the shared vite plugin, log redaction and response leak prevention in the nitro server, dev server restarts on env file changes (config-time values included), automatic registration of generated env types, and an auto-injected endpoint serving public dynamic values to the browser.
#1021(patch) - Build with tsdown instead of tsup; published files now use explicit .mjs/.cjs extensions.