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 53ee4c2 commit 64af892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react'
import tailwindcss from 'tailwindcss'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss]
plugins: [react(), tailwindcss],
server:{
host:true,
strictPort:true,
Expand Down

0 comments on commit 64af892

Please sign in to comment.