Try inject env

This commit is contained in:
dvirlabs 2025-07-01 05:59:39 +03:00
parent 6af00d9f0d
commit ffccf7a22e

View File

@ -1,3 +1,7 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';
// https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
define: { define: {