Add dev target and nodemon setup for agent
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: sync-from-github sync-to-github chat router
|
||||
.PHONY: sync-from-github sync-to-github chat router agent
|
||||
|
||||
# Pull latest changes from the GitHub mirror and push them to Gitea
|
||||
sync-from-github:
|
||||
@@ -13,6 +13,9 @@ chat:
|
||||
cd chat-ui && npm install && npm run build && npm start
|
||||
|
||||
router:
|
||||
cd whatsapp-router && npm install && npm run dev
|
||||
cd whatsapp-router && npm install && npm run dev
|
||||
|
||||
agent:
|
||||
cd conversation-layer-agent && npm install && npm run dev
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user