mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
remove auto-open from vite (#254)
This commit is contained in:
@@ -7,8 +7,6 @@ export default defineConfig({
|
||||
base: "",
|
||||
plugins: [react(), viteTsconfigPaths()],
|
||||
server: {
|
||||
// this ensures that the browser opens upon server start
|
||||
open: true,
|
||||
// this sets a default port to 3000
|
||||
port: 3000,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user