update frontend

This commit is contained in:
Your Name 2025-12-09 19:03:50 -05:00
parent 0d32cc0267
commit 8d4f406ab5
1 changed files with 5 additions and 0 deletions

5
listfiles.sh Normal file
View File

@ -0,0 +1,5 @@
for f in $(find src -type f \( -name "*.js" -o -name "*.jsx" -o -name "*.css" \) ! -name "maplibre.css"); do
echo "================== FILE: $f =================="
cat "$f"
echo ""
done | termux-clipboard-set