chore(manager): update asset files and install process

- 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.
This commit is contained in:
Davidson Gomes
2025-10-15 09:44:15 -03:00
parent 4991f1dc37
commit 164beddb39
7 changed files with 493 additions and 485 deletions

View File

@@ -1,4 +1,8 @@
#! /bin/bash
cd evolution-manager-v2
npm install
npm run build
cd ..
rm -rf manager/dist
cp -r evolution-manager-v2/dist manager/dist