mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
In an npm monorepo, only the root lockfile is authoritative. Workspace-specific lockfiles were stale, couldn't benefit from root overrides, and were triggering Dependabot false positives. Switching to **/package-lock.json gitignore pattern. Also adds eslint peer dep overrides to frontends/postgres for standalone compatibility. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PostgreSQL Admin Dashboard
Code = Doc: All documentation is in postgres.py
Quick Start
# See all commands
./postgres.py --help
# Development
./postgres.py dev
# Build
./postgres.py build
# Database health
./postgres.py health
Note: Migrate from @mui/material to FakeMUI (planned)
Documentation: Run ./postgres.py --help