creado planilla-agent
Some checks failed
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Failing after 5s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-06-05 15:40:53 -06:00
parent d570eec221
commit 950404dd85
26 changed files with 2681 additions and 1534 deletions

View File

@@ -38,6 +38,10 @@ sync-to-gitea:
# Declaramos el target como PHONY ya que no corresponde a un archivo real (opcional pero recomendado)
.PHONY: UI
.PHONY: UI agent
UI:
cd ui && ( if not exist node_modules npm install ) && npm run dev
agent:
cd agent && npm install && npm run dev