mirror of
https://github.com/fergalmoran/turnstone.git
synced 2025-12-22 09:49:56 +00:00
Alter server port and auto-open in config
This commit is contained in:
@@ -23,5 +23,9 @@ export default defineConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [react()]
|
||||
plugins: [react()],
|
||||
server: {
|
||||
port: 3005,
|
||||
open: true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user