#!/bin/bash set -e REPO_ROOT=$(git rev-parse --show-toplevel) WEB_DIR="$REPO_ROOT/apps/web" INDEX_HTML="$WEB_DIR/index.html" echo "📍 Frontend No-Critical-JS Check" if [ ! -f "$INDEX_HTML" ]; then echo "❌ index.html not found!" exit 1 fi echo "🔎 Checking for