This commit is contained in:
2025-07-18 12:14:29 +08:00
parent 519dfaeb13
commit 18a07dd5b3
9 changed files with 43 additions and 15 deletions

View File

@@ -15,5 +15,5 @@ build: BackEnd
run:
$(TARGET_PATH)/scheduler --config $(CONFIG_FILE_PATH) --csv-path $(CSV_PATH)
TEMPLATE=$(TEMPLATE_DIR) FRONTEND=$(FRONTEND_PATH) CSV_PATH=$(CSV_PATH) $(TARGET_PATH)/scheduler --config $(CONFIG_FILE_PATH)