fix
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2024-03-13 19:08:16 +09:00
parent eb1c01910b
commit 54d867e420
3 changed files with 13 additions and 1 deletions

5
.gitignore vendored
View File

@ -12,3 +12,8 @@ scpt/json/
.ssh/*.pub
.ssh/*config
.env
pnpm-lock.yaml
**Cargo.lock
*/target/
*/**/*.rs.bk

View File

@ -50,3 +50,10 @@ services:
- ./.config:/root/.config
command: ai bot -a syui.syu.is
```
### openapi
```sh
# https://github.com/rdmurphy/atproto-openapi-types
$ curl -sLO https://raw.githubusercontent.com/rdmurphy/atproto-openapi-types/main/spec/api.json
```