feat: add ML service Moon tasks
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
d21bd2e683
commit
37831ba717
@@ -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
|
||||
Reference in New Issue
Block a user