Documentation Index
Fetch the complete documentation index at: https://docs.envless.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Install
Add the plugin
vite.config.ts
Use it
src/server/db.ts
src/main.ts
Variable naming
Vite traditionally requiresVITE_ prefixed variables to be exposed to the client. With envless you don’t need the prefix — visibility is controlled by the dashboard flag. You can keep the prefix if you like the convention, but it’s not required.
Dev mode
vite dev picks up dashboard changes without restart. Saved variables trigger HMR for any module that references them.