8000 Enable the local proxy as a service on macOS · symfony-cli/symfony-cli@87b0476 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87b0476

Browse files
committed
Enable the local proxy as a service on macOS
1 parent c29105e commit 87b0476

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ brews:
9595
type: optional
9696
install: |-
9797
bin.install "symfony"
98+
service: |-
99+
run ["#{bin}/symfony", "local:proxy:start", "--foreground"]
100+
keep_alive true
98101
99102
nfpms:
100103
- file_name_template: '{{ .ConventionalFileName }}'

0 commit comments

Comments
 (0)
0