mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
chore: make start-dev
feedback from: https://github.com/temporal-community/temporal-ai-agent/issues/31
This commit is contained in:
committed by
Steve Androulakis
parent
e67b8a56ef
commit
ea62bb6d83
11
Makefile
11
Makefile
@@ -1,4 +1,4 @@
|
|||||||
.PHONY: setup install run-worker run-api run-frontend run-train-api run-legacy-worker run-enterprise setup-venv check-python
|
.PHONY: setup install run-worker run-api run-frontend run-train-api run-legacy-worker run-enterprise setup-venv check-python run-dev
|
||||||
|
|
||||||
# Setup commands
|
# Setup commands
|
||||||
setup: check-python setup-venv install
|
setup: check-python setup-venv install
|
||||||
@@ -38,6 +38,14 @@ setup-temporal-mac:
|
|||||||
brew install temporal
|
brew install temporal
|
||||||
temporal server start-dev
|
temporal server start-dev
|
||||||
|
|
||||||
|
# Run all development services
|
||||||
|
run-dev:
|
||||||
|
@echo "Starting all development services..."
|
||||||
|
@make run-worker & \
|
||||||
|
make run-api & \
|
||||||
|
make run-frontend & \
|
||||||
|
wait
|
||||||
|
|
||||||
# Help command
|
# Help command
|
||||||
help:
|
help:
|
||||||
@echo "Available commands:"
|
@echo "Available commands:"
|
||||||
@@ -51,3 +59,4 @@ help:
|
|||||||
@echo " make run-legacy-worker - Start the legacy worker"
|
@echo " make run-legacy-worker - Start the legacy worker"
|
||||||
@echo " make run-enterprise - Build and run the enterprise .NET worker"
|
@echo " make run-enterprise - Build and run the enterprise .NET worker"
|
||||||
@echo " make setup-temporal-mac - Install and start Temporal server on Mac"
|
@echo " make setup-temporal-mac - Install and start Temporal server on Mac"
|
||||||
|
@echo " make run-dev - Start all development services (worker, API, frontend) in parallel"
|
||||||
Reference in New Issue
Block a user