mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 09:59:40 -06:00
- Added features for Chatwoot enhancements, participants data handling, and LID to phone number conversion. - Updated Docker configurations to include Kafka and frontend services. - Fixed PostgreSQL migration errors and improved message handling in Baileys and Chatwoot services. - Refactored TypeScript build process and implemented exponential backoff patterns.
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#! /bin/bash
|
|
|
|
rm -rf manager/dist
|
|
cp -r evolution-manager-v2/dist manager/dist |