Skip to content

Commit

Permalink
resolved some file Path
Browse files Browse the repository at this point in the history
  • Loading branch information
13XAVI committed Jun 7, 2024
1 parent 9e8ae4f commit 106a0c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import dotenv from 'dotenv';
import path from 'path';

dotenv.config();
// https://vitejs.dev/config/
// vite.config.ts
export default defineConfig({
plugins: [react()],
server: {
Expand Down

0 comments on commit 106a0c7

Please sign in to comment.