update Taskfile.tmpl.yml to include darwin run task (#3417)

* update Taskfile.tmpl.yml to include darwin run task

* add changelog line for #3417
This commit is contained in:
Harry Fox
2024-04-23 18:19:25 +10:00
committed by GitHub
parent b050a07362
commit 81aba310d0
2 changed files with 5 additions and 0 deletions
@@ -421,6 +421,10 @@ tasks:
cmds:
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
run:darwin:
cmds:
- {{ "'{{.BIN_DIR}}/{{.APP_NAME}}'" }}
dev:frontend:
summary: Runs the frontend in development mode
dir: frontend