
SvelteESP32 v3.0 released
- Vite plugin: New
svelteESP32(options)plugin imported fromsvelteesp32/vite. Hook it intovite.config.tsand the C++ header is regenerated automatically after everyvite build— no manual CLI step needed.sourcepathdefaults to Vite'sbuild.outDir; all other options mirror the CLI flags. Vite is an optional peer dependency. initcommand:npx svelteesp32 initlaunches an interactive wizard that creates.svelteesp32rc.json. Asks for engine, source path, output path, and ETag preference, then offers to run the tool immediately.- Enhanced summary when
--manifestis used: The final console summary line now also reports the manifest file path when--manifestis active.