Skip to content

Commit

Permalink
update makefile to easily launch api
Browse files Browse the repository at this point in the history
  • Loading branch information
rouk1 committed Jul 16, 2024
1 parent d2a7a20 commit ea3f7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ check-wip:
python -m pytest tests

serve-api:
python -m uvicorn mandr.dashboard.webapp:app --reload --reload-dir ./src --host 0.0.0.0 --timeout-graceful-shutdown 0
MANDR_ROOT=.datamander MANDR_PATH=probabl-ai python -m uvicorn mandr.dashboard.webapp:app --reload --reload-dir ./src --host 0.0.0.0 --timeout-graceful-shutdown 0

build-frontend:
# build the SPA
Expand Down

0 comments on commit ea3f7c1

Please sign in to comment.