v0.46.1elementsvite-plugindeveloper-experiencebug-fix

Local dev apiHost now resolves automatically in Vite projects

The Vite plugin now automatically injects the local development API host, eliminating manual configuration when running dev servers.

1 min read

0.46.1

Improved

Vite plugin handles local API host injection automatically. When you run npm run dev with @editframe/vite-plugin-editframe, the plugin now injects the correct API host for your local dev server. You no longer need to set apiHost manually in your Vite config — it's detected and wired up for you.