Single part at the root, COMPOSE_FILE in .env

This commit is contained in:
hh
2026-09-08 20:38:27 +02:00
parent ade2cebf63
commit ecd38ee28b
31 changed files with 70 additions and 28 deletions
@@ -0,0 +1,6 @@
## Checking commands
After writing code, always run from `frontend/`:
```shell
bun fix
bun check
```