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
π₯ New preview mode: vitedge preview or vitedge preview --build-watch. This mode runs the app in Miniflare to create a local environment more similar to workers (faster than wrangler dev). Thanks to @mrbbot for all the help!
π Vitedge can now generate the final worker script using ESBuild optionally, which replaces Wrangler's Webpack build.
Add support for import.meta.env object in functions directory (similar to process.env, but more consistent with Vite's behavior).