Start your application as usual but with Infisical
Copy
Ask AI
infisical run -- <your application start command># Exampleinfisical run -- npm run dev
Note that for environment variables to be exposed to the client, you’ll have
to prefix them with VITE_ and export them from the vite.config.js file.
Read more about that here and
here.
Assistant
Responses are generated using AI and may contain mistakes.