Skip to content

Commit

Permalink
Remove env config
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Sep 20, 2024
1 parent abd4cf6 commit 1ea5ac1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import svgr from 'vite-plugin-svgr';

// https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({
define: {
'process.env': {},
},
resolve: {
alias: [
{ find: '@', replacement: path.resolve(__dirname, 'src') },
Expand Down

0 comments on commit 1ea5ac1

Please sign in to comment.