feat(examples/api): use strict port (#5013)

This commit is contained in:
Amr Bashir
2022-08-23 17:40:02 +02:00
committed by GitHub
parent 4e26b05d20
commit 2b846f413c

View File

@@ -18,6 +18,8 @@ export default defineConfig(async ({ command, mode }) => {
}
},
server: {
port: 5173,
strictPort: true,
hmr: {
host,
port: 5183