Use old port number '1234', this saves on updating all the docs

This commit is contained in:
Pieter Vander Vennet 2023-01-17 03:44:38 +01:00
parent f28b058f56
commit 49f7deed3a

View file

@ -14,4 +14,7 @@ module.exports = defineConfig({
input, input,
}, },
}, },
server: {
port: 1234,
},
}) })