From 7e345adbd3033fd3f7fe38d3eebde569092a5543 Mon Sep 17 00:00:00 2001 From: Auguste Baum Date: Thu, 18 Jul 2024 11:43:37 +0200 Subject: [PATCH] chore: update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0482e0b9..15103b43 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ check-wip: python -m pytest tests serve-api: - 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 + MANDR_ROOT=.datamander 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