Azure / static-web-apps-cli

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

Be able to point to a hosted APIM instance #692

Open bh3605 opened 1 year ago

bh3605 commented 1 year ago

Is your feature request related to a problem? Please describe. I'm unable to use static web apps unless I can get it to proxy calls to APIM. I want to be able to point the apiDevserverUrl to an actual APIM instance. For example, I want https://localhost:4200/api/foobar to proxy all calls to https://developers-dev.domain.com/api/foobar

Describe the solution you'd like Be able to specify a url that isn't localhost for the apiDevserverUrl input parameter.

Describe alternatives you've considered There aren't any reasonable solutions.