We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5965f0c + 0f683c3 commit f625635Copy full SHA for f625635
1 file changed
apps/widget/vite.config.ts
@@ -66,7 +66,7 @@ const generateDemoHtml = (env: Record<string, string>) => ({
66
});
67
68
export default defineConfig(({ mode }) => {
69
- const env = loadEnv(mode, process.cwd(), "");
+ const env = loadEnv(mode, process.cwd(), "VITE_");
70
71
return {
72
plugins: [react(), generateDemoHtml(env)],
0 commit comments