Skip to content

Commit

Permalink
remove server open
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jun 5, 2024
1 parent bf9c3c0 commit 3a4c0da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default defineConfig({
outDir: 'build',
},
server: {
open: true,
port: 3000,
},
})

0 comments on commit 3a4c0da

Please sign in to comment.