in example_react/vite.config.ts [5:12]
export default defineConfig({ plugins: [react()], server: { port: 3000, strictPort: true, host: true, }, })