Client build scripts fixes and server stub with local devzone.
All checks were successful
Linting and tests / Linting (push) Successful in 6s
All checks were successful
Linting and tests / Linting (push) Successful in 6s
This commit is contained in:
19
server/localdevzone/Taskfile.yml
Normal file
19
server/localdevzone/Taskfile.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
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
|
Reference in New Issue
Block a user