feat: add migrations, api bot endpoints and revamp the whole twitch backend by making use of twitchio
This commit is contained in:
parent
8799bab900
commit
4c534de47b
45 changed files with 1718 additions and 1109 deletions
3
Makefile
3
Makefile
|
|
@ -16,3 +16,6 @@ serve:
|
|||
|
||||
build:
|
||||
docker build . -t git.roboces.dev/catalin/$(PROJECT_NAME):$(PROJECT_TAG) --target $(PROJECT_TARGET)
|
||||
|
||||
migrate:
|
||||
uv run caribou upgrade ~/.local/share/huesoporro/huesoporro.db migrations/
|
||||
Loading…
Add table
Add a link
Reference in a new issue