Skip to content

Commit

Permalink
Add backend-forward task
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Oct 27, 2023
1 parent 013ab9c commit 7a7d781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ tasks:
infra-forward:
interactive: true
deps: [local-db-forward, local-otel-http-forward, local-otel-grpc-forward, local-hgweb-forward, local-resumable-forward, local-maildev-forward, local-maildev-smtp-forward]
backend-forward:
interactive: true
deps: [infra-forward, local-api-forward]
local-db-forward:
internal: true
cmds:
Expand Down

0 comments on commit 7a7d781

Please sign in to comment.