Files
twitch-ai-gen/twitch-vod/Makefile
2026-05-13 09:37:42 -04:00

9 lines
106 B
Makefile

.PHONY: tui
tui:
python ./src/twitch_vod/tui.py
.PHONY: run
run:
fastapi dev ./src/twitch_vod/main.py