Basic server app with WS connection.
Some checks failed
Linting and tests / Linting (push) Failing after 37s
Some checks failed
Linting and tests / Linting (push) Failing after 37s
This commit is contained in:
@@ -4,16 +4,20 @@ version: "3"
|
||||
includes:
|
||||
bunkerd: ./bunkerd
|
||||
common: ./common
|
||||
postgresql: ./postgresql
|
||||
|
||||
tasks:
|
||||
down:
|
||||
desc: "Removes development environment."
|
||||
cmds:
|
||||
- task: bunkerd:down
|
||||
- task: bunkerd:down-debug
|
||||
- task: postgresql:down
|
||||
- task: common:network-down
|
||||
|
||||
up:
|
||||
desc: "Creates development environment."
|
||||
cmds:
|
||||
- task: common:network-up
|
||||
- task: postgresql:up
|
||||
- task: bunkerd:up
|
||||
|
Reference in New Issue
Block a user