Commit package-lock

This commit is contained in:
Jack Kingsman
2026-03-02 16:33:08 -08:00
parent d860ea706d
commit c9776639a0
3 changed files with 5637 additions and 1 deletions

1
.gitignore vendored
View File

@@ -12,7 +12,6 @@ frontend/test-results/
# Frontend build output (built from source by end users)
frontend/dist/
frontend/package-lock.json
frontend/.eslintcache
# reference libraries

View File

@@ -19,6 +19,7 @@ A web interface for MeshCore mesh radio networks. The backend connects to a Mesh
**For detailed component documentation, see these primary AGENTS.md files:**
- `app/AGENTS.md` - Backend (FastAPI, database, radio connection, packet decryption)
- `frontend/AGENTS.md` - Frontend (React, state management, WebSocket, components)
Ancillary AGENTS.md files which should generally not be reviewed unless specific work is being performed on those features include:
- `app/AGENTS_MQTT.md` - MQTT architecture (private broker, community analytics, JWT auth, packet format protocol)
- `frontend/src/components/AGENTS_packet_visualizer.md` - Packet visualizer (force-directed graph, advert-path identity, layout engine)

5636
frontend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff