#DotEnv-Vars are not exposed to integrations
3 messages · Page 1 of 1 (latest)
Quiet in here?
It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.
You can try using the loadenv helper from Vite ```js
import { loadEnv } from "vite";
const { SECRET_PASSWORD } = loadEnv(import.meta.env.MODE, process.cwd(), "");