Skip to content

Commit

Permalink
remove loading env from file
Browse files Browse the repository at this point in the history
  • Loading branch information
ManishPrajapati-GoFynd committed Aug 7, 2024
1 parent 66bf095 commit 0b3cbee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { fileURLToPath } from 'url'
import vue from '@vitejs/plugin-vue'
import { config as loadEnv } from 'dotenv';
import path from 'path';
loadEnv({ path: path.resolve(__dirname, '..', '.env') });

const proxyOptions = {
target: `http://127.0.0.1:${process.env.BACKEND_PORT}`,
Expand Down

0 comments on commit 0b3cbee

Please sign in to comment.