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

run multiple cmd one live reload #404

Closed
ghost opened this issue Apr 1, 2023 · 1 comment · Fixed by #457
Closed

run multiple cmd one live reload #404

ghost opened this issue Apr 1, 2023 · 1 comment · Fixed by #457

Comments

@ghost
Copy link

ghost commented Apr 1, 2023

I use quicktample on my web, but it also leave me are difficult on using air,

can i use air auto build my qtpl to qtpl.go by cma qtc then run go run to run the code??

@tekagg
Copy link

tekagg commented May 16, 2023

here is how you can do multiple cmd s on each rebuild

cmd = "\
    go run ./cmd/util/main.go; \
    go build -o ./tmp/main ./cmd/web/main.go \
  "

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 a pull request may close this issue.

1 participant