Basic server app with WS connection.
Some checks failed
Linting and tests / Linting (push) Failing after 37s

This commit is contained in:
2025-09-15 09:33:25 +05:00
parent 466b58b41d
commit 2c13e3f380
25 changed files with 928 additions and 27 deletions

View File

@@ -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