Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrushnaBiswal committed Oct 2, 2024
1 parent 538d6c9 commit 4e2cf40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// src/App.js
import React from 'react';
import './App.css';
import Navbar from './Components/Shared/Navbar';
import Footer from "./Components/Shared/Footer"
Expand Down
6 changes: 6 additions & 0 deletions frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
resolve: {
alias: {
'@': '/src',
},
},

server: {
host: '0.0.0.0', // allows access from all IP addresses
port: 5173,
Expand Down

0 comments on commit 4e2cf40

Please sign in to comment.