diff --git a/examples/api/vite.config.js b/examples/api/vite.config.js index 9157d89bb..c5d66fbbc 100644 --- a/examples/api/vite.config.js +++ b/examples/api/vite.config.js @@ -18,6 +18,8 @@ export default defineConfig(async ({ command, mode }) => { } }, server: { + port: 5173, + strictPort: true, hmr: { host, port: 5183