Mercurial > code > home > repos > sco-bot
comparison pyproject.toml @ 13:403eff4a16c8
fix up indexer flow and fastapi server
author | drewp@bigasterisk.com |
---|---|
date | Thu, 11 Jul 2024 21:32:24 -0700 |
parents | 7f36497bfac3 |
children | b9c2b7fedbcd |
comparison
equal
deleted
inserted
replaced
12:7f36497bfac3 | 13:403eff4a16c8 |
---|---|
29 distribution = false | 29 distribution = false |
30 | 30 |
31 [tool.pdm.scripts] | 31 [tool.pdm.scripts] |
32 _.env_file = "env" | 32 _.env_file = "env" |
33 run_prefect_server = "prefect server start" | 33 run_prefect_server = "prefect server start" |
34 run_build_flow = "python build_index.py" | 34 run_build_flow = "python -c 'from scobot.index.build_index_flow import buildIndex; buildIndex.serve(buildIndex.__name__)'" |
35 start_build = "prefect deployment run buildIndex/buildIndex" | 35 start_build = "prefect deployment run buildIndex/buildIndex" |
36 run_local_deploy = "fastapi dev --host 0.0.0.0 --port 8001 scobot" |