preparado entorno de desarrollo local
All checks were successful
Deploy conversation layer / deploy (push) Successful in 21s
All checks were successful
Deploy conversation layer / deploy (push) Successful in 21s
This commit is contained in:
8
Makefile
8
Makefile
@@ -9,12 +9,10 @@ sync-from-github:
|
||||
sync-to-github:
|
||||
git push github main
|
||||
|
||||
# Start the chat UI locally (uses variables from .env if present)
|
||||
chat:
|
||||
@set -a; [ -f .env ] && . .env || true; set +a; \
|
||||
cd chat-ui && npm install && npm run build && npm start
|
||||
|
||||
# Start the WhatsApp router locally (uses variables from .env if present)
|
||||
router:
|
||||
@set -a; [ -f .env ] && . .env || true; set +a; \
|
||||
cd whatsapp-router && npm install && npm run build && npm start
|
||||
cd whatsapp-router && npm install && npm run dev
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user