Skip to content

Commit

Permalink
config again
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Oct 2, 2024
1 parent a476bc8 commit c08d886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import react from '@vitejs/plugin-react-swc'
export default defineConfig({
plugins: [react()],
define: {
'process.env': process.env
'process.env.VITE_BASE_URL': JSON.stringify(process.env.VITE_BASE_URL)
}
})

0 comments on commit c08d886

Please sign in to comment.