mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
- Update storybook packages to 10.2.17 in root, storybook/, frontends/postgres, frontends/workflowui - Move @storybook/react-vite from postgres dependencies→devDependencies - Add storybook version pinned overrides to resolve peer dep conflicts - Remove storybook from root devDependencies (managed by workspaces) - Add @esbuild-kit/core-utils@3.3.3-metabuilder.0 patched tarball to deployment/npm-patches/ - Update publish-npm-patches.sh to handle pre-patched local tarballs - Add @esbuild-kit scoped registry in .npmrc pointing to Nexus - Publish @esbuild-kit/core-utils@3.3.3-metabuilder.0 to Nexus (esbuild dep widened to >=0.18.20) - 2 residual moderate vulns remain: esbuild dev-server in drizzle-kit (dev-only, no prod impact) 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