creado planilla-agent
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user