nagur-shareef-shaik commited on
Commit
0505304
·
1 Parent(s): 7eb34f8

Updated vite config ts

Browse files
Files changed (1) hide show
  1. vite.config.ts +1 -1
vite.config.ts CHANGED
@@ -5,6 +5,6 @@ export default defineConfig({
5
  plugins: [react()],
6
  server: {
7
  port: 3000,
8
- open: true
9
  }
10
  })
 
5
  plugins: [react()],
6
  server: {
7
  port: 3000,
8
+ open: false
9
  }
10
  })