Try inject env
This commit is contained in:
parent
6af00d9f0d
commit
ffccf7a22e
@ -1,3 +1,7 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react-swc';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
define: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user