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.
1 parent f540bb2 commit 7b25cacCopy full SHA for 7b25cac
playground/ssr-react/vite.config.js
@@ -1,7 +1,7 @@
1
-import { defineConfig } from 'vite'
2
-import react from '@vitejs/plugin-react'
3
import fs from 'node:fs'
4
import path from 'node:path'
+import { defineConfig } from 'vite'
+import react from '@vitejs/plugin-react'
5
6
process.env.MY_CUSTOM_SECRET = 'API_KEY_qwertyuiop'
7
0 commit comments