Fix vite.connfig
This commit is contained in:
parent
53d0770ee7
commit
9c9fc2de67
@ -4,7 +4,4 @@ import react from '@vitejs/plugin-react-swc';
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
define: {
|
||||
'import.meta.env.VITE_API_BASE': JSON.stringify(process.env.VITE_API_BASE),
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user