este agent quedo funcionando al 100 en local al menos
This commit is contained in:
7
Makefile
7
Makefile
@@ -38,10 +38,15 @@ sync-to-gitea:
|
||||
|
||||
# Declaramos el target como PHONY ya que no corresponde a un archivo real (opcional pero recomendado)
|
||||
|
||||
.PHONY: UI agent
|
||||
.PHONY: UI agent mcp api
|
||||
UI:
|
||||
cd ui && ( if not exist node_modules npm install ) && npm run dev
|
||||
|
||||
agent:
|
||||
cd agent && npm install && npm run dev
|
||||
|
||||
mcp:
|
||||
cd mcp && npm install && npm run dev
|
||||
|
||||
api:
|
||||
cd api && npm install && npm run dev
|
||||
Reference in New Issue
Block a user