mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
- Updated subproject reference in evolution-manager-v2 to the latest commit. - Enhanced the manager_install.sh script to include npm install and build steps for the evolution-manager-v2. - Replaced old JavaScript asset file with a new version for improved performance. - Added a new CSS file for consistent styling across the application.
8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
#! /bin/bash
|
|
|
|
cd evolution-manager-v2
|
|
npm install
|
|
npm run build
|
|
cd ..
|
|
rm -rf manager/dist
|
|
cp -r evolution-manager-v2/dist manager/dist |