bunker/server/localdevzone/Taskfile.yml
Stanislav N. aka pztrn 3cfc74affa
All checks were successful
Linting and tests / Linting (push) Successful in 6s
Client build scripts fixes and server stub with local devzone.
2025-09-13 18:13:50 +05:00

20 lines
319 B
YAML

---
version: "3"
includes:
bunkerd: ./bunkerd
common: ./common
tasks:
down:
desc: "Removes development environment."
cmds:
- task: bunkerd:down
- task: common:network-down
up:
desc: "Creates development environment."
cmds:
- task: common:network-up
- task: bunkerd:up