A Vite plugin for enabling website editing capabilities by augmenting the Vite dev server. Current stable version 0.0.14, released on an as-needed basis. Differentiates from other Vite plugins by focusing specifically on runtime editing features such as hot-reloadable content blocks and visual editing overlays. Ships TypeScript types and supports Vite 5, 6, and 7.
npm install runable-website-runtimeVerified import paths — ran on the pinned version, not inferred.
Configures Vite with Runable plugin for editing capabilities using environment variable for API key.
Upgrade Vite to ^5.0.0 || ^6.0.0 || ^7.0.0.
Conditionally apply plugin only when `command === 'serve'` in Vite config.
Run `npm install runable-website-runtime` and ensure import uses correct casing.
Use `import { RunableWebsiteRuntime } from 'runable-website-runtime'` instead of `require`.