feat: add ML service Moon tasks

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Asep Haryana Saputra
2026-05-22 19:23:43 +00:00
co-authored by Claude Opus 4.7
parent d21bd2e683
commit 37831ba717
+10
View File
@@ -0,0 +1,10 @@
tasks:
dev:
command: .venv/bin/uvicorn main:app --host 0.0.0.0 --port 8001
typecheck:
command: python -m py_compile main.py model.py schemas.py
inputs:
- main.py
- model.py
- schemas.py
- requirements.txt