docs(dev): Updated air commands

This commit is contained in:
Nicolai Ort 2024-12-11 19:33:06 +01:00
parent d2bace87af
commit a1ba28cacb
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,3 @@
tmp
docker-compose.yaml
.air.toml
.air*.toml

View File

@ -41,7 +41,14 @@ docker compose -f docker-compose.dev.yaml up
> Install air via `go install github.com/air-verse/air@latest`
```shell
# With the default air config
air
# With the config for linux/macOS
air -c .air.linux.toml
# With the config for windows
air -c .air.windows.toml
```
### ✒️ Update the swagger docs