WIP: Chain138 deployment scripts, flash receivers, HYBX OMNL recovery

This commit is contained in:
defiQUG
2026-06-02 06:09:44 -07:00
parent e1560a880b
commit f04a7cb7c8
35 changed files with 2279 additions and 83 deletions

View File

@@ -33,8 +33,8 @@ fi
echo ""
echo "--- Building Admin Dashboard ---"
if [ -d "../dbis_core/frontend" ] && [ -f "../dbis_core/frontend/package.json" ]; then
cd ../dbis_core/frontend
if [ -d "/home/intlc/projects/dbis_core/frontend" ] && [ -f "/home/intlc/projects/dbis_core/frontend/package.json" ]; then
cd /home/intlc/projects/dbis_core/frontend
echo "Installing dependencies..."
npm install
echo "Building..."