Jean Duquenne

Results 1 comments of Jean Duquenne

You can use env variable in your frontend using vite loadEnv: in your `vite.config.js` ``` import { defineConfig, loadEnv } from "vite"; ## Other stuffs export default defineConfig(({ mode })...