Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local proxy tab #237

Merged
merged 1 commit into from
Sep 28, 2024
Merged

local proxy tab #237

merged 1 commit into from
Sep 28, 2024

Conversation

maksim-paskal
Copy link
Owner

@maksim-paskal maksim-paskal commented Aug 28, 2024

Add tab "Local proxy" - to add templates to this tag - add to config:

localProxy:
  templates:
  - title: "React Development Template"
    template: |
      {{cmd}} \
      -endpoint="{{host}}" \
      -rule="/graphql@endpoint" \
      -rule="/media@endpoint" \
      -rule="/api@endpoint" \
      -rule="/photos@endpoint" \
      -rule="/themes@endpoint" \
      -rule="/infodesk@endpoint" \
      -rule="/@http://127.0.0.1:3000"
  - title: "GraphQL Development Template"
    template: |
      {{cmd}} \
      -endpoint="{{host}}" \
      -rule="/graphql@http://localhost:4001" \
      -rule="/@endpoint"

@maksim-paskal maksim-paskal force-pushed the add-local-proxy branch 5 times, most recently from 24253ff to 0d7a761 Compare September 10, 2024 12:11
Signed-off-by: Maksim Paskal <paskal.maksim@gmail.com>
@maksim-paskal maksim-paskal merged commit a20b6f8 into main Sep 28, 2024
8 checks passed
@maksim-paskal maksim-paskal deleted the add-local-proxy branch September 28, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant