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 4538d32 commit 2cab128Copy full SHA for 2cab128
vite.config.ts
@@ -4,11 +4,13 @@ import { defineConfig } from 'vite'
4
import vue from '@vitejs/plugin-vue'
5
import vueJsx from '@vitejs/plugin-vue-jsx'
6
import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
7
+import { ValidateEnv } from '@togglecorp/vite-plugin-validate-env';
8
9
// https://vitejs.dev/config/
10
export default defineConfig({
11
base: './',
12
plugins: [
13
+ ValidateEnv({ configFile: 'env' }),
14
vue(),
15
vueJsx(),
16
VueI18nPlugin({
0 commit comments