Spaces:
Sleeping
Sleeping
Commit ·
0505304
1
Parent(s): 7eb34f8
Updated vite config ts
Browse files- 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:
|
| 9 |
}
|
| 10 |
})
|
|
|
|
| 5 |
plugins: [react()],
|
| 6 |
server: {
|
| 7 |
port: 3000,
|
| 8 |
+
open: false
|
| 9 |
}
|
| 10 |
})
|