Alter server port and auto-open in config

This commit is contained in:
Tom Southall
2022-03-15 12:21:19 +00:00
parent 138aa599cf
commit fb4b49b8c2

View File

@@ -23,5 +23,9 @@ export default defineConfig({
}
}
},
plugins: [react()]
plugins: [react()],
server: {
port: 3005,
open: true
}
})