Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
salman-aziz-4425 authored Dec 25, 2023
1 parent 35380a1 commit 53ee4c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import tailwindcss from 'tailwindcss'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss]
// server:{
// host:true,
// strictPort:true,
// port:3001
// }
server:{
host:true,
strictPort:true,
port:3001
}
})

0 comments on commit 53ee4c2

Please sign in to comment.