Use old port number '1234', this saves on updating all the docs
This commit is contained in:
parent
f28b058f56
commit
49f7deed3a
1 changed files with 3 additions and 0 deletions
|
@ -14,4 +14,7 @@ module.exports = defineConfig({
|
||||||
input,
|
input,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
server: {
|
||||||
|
port: 1234,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue