Azure / static-web-apps-cli

Azure Static Web Apps CLI ✨
https://aka.ms/swa/cli-local-development
MIT License
584 stars 111 forks source link

fix: support dev server on node 18 #720

Closed cjk7989 closed 12 months ago

cjk7989 commented 12 months ago

Fix the swa start command when swa-cli serves from dev servers, including Angular, Blazor, React, and Vue. Now localhost:4280 can reach the dev servers no matter if they are running on ipv4 or ipv6. (Ref: issue #663)