feat: add Railway-ready Jyotish chat product

This commit is contained in:
Jesse_Chen
2026-07-15 22:23:17 +08:00
parent 4a268c75f2
commit 4aa0105fa4
77 changed files with 15439 additions and 80 deletions
+1 -1
View File
@@ -27,8 +27,8 @@ def delivery_matrix() -> list[dict]:
"label": "Local dev",
"user_url": "http://127.0.0.1:5173",
"commands": [
".venv/bin/python scripts/jyotish_api_server.py --host 127.0.0.1 --port 5200",
"cd jyotish-app && npm run dev -- --host 127.0.0.1 --port 5173",
"python3 scripts/jyotish_api_server.py --host 127.0.0.1 --port 5200",
],
"api_required": True,
"scope": "Full web/app user experience with local API.",