You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been a while since I'm not using Ngrok anymore, since it's now too much limited using the free plan.
Instead a simple:
## Run HTTP proxy to expose a public URL for the API
proxy.api: SHELL := $(or $(DOCKER_SHELL),$(SHELL))
proxy.api:
npx localtunnel --local-host=my-app.ela.ooo --port 80
is enough
The text was updated successfully, but these errors were encountered:
It's been a while since I'm not using Ngrok anymore, since it's now too much limited using the free plan.
Instead a simple:
is enough
The text was updated successfully, but these errors were encountered: