docs(dev): Updated air commands
This commit is contained in:
parent
d2bace87af
commit
a1ba28cacb
@ -1,3 +1,3 @@
|
|||||||
tmp
|
tmp
|
||||||
docker-compose.yaml
|
docker-compose.yaml
|
||||||
.air.toml
|
.air*.toml
|
@ -41,7 +41,14 @@ docker compose -f docker-compose.dev.yaml up
|
|||||||
> Install air via `go install github.com/air-verse/air@latest`
|
> Install air via `go install github.com/air-verse/air@latest`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
# With the default air config
|
||||||
air
|
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
|
### ✒️ Update the swagger docs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user