-
Notifications
You must be signed in to change notification settings - Fork 0
Home
An independently maintained port of Directus's own monorepo — a real-time API/App dashboard for managing SQL database content — brought over one package at a time, each evaluated and migrated against actual current tooling, not copied over wholesale.
This wiki is a set of short pointers, not a duplicate of the real documentation — each page states one thing worth knowing and links to the authoritative source (todo.md, architect.md, the commit that did the work) rather than repeating it. For the full picture, start with readme.md and todo.md in the main repo.
Status: early, but moving. All 43 workspace package.json manifests are migrated from pnpm to Yarn — yarn install resolves the full dependency graph today. 2 of 42 workspace packages have real source started — directus (the CLI wrapper, complete) and types (partial, 42 of ~54 planned files); the rest are manifests waiting on real source trees. See Architecture Overview for the full target shape this repo is being built toward.
- Architecture Overview — why this is a monorepo and not a single package, the full 42-package target layout, what's real today
- Yarn Migration — every pnpm-specific mechanism this repo depended on, and what replaced it (or didn't)
-
Package Manifests — all 43
package.jsonfiles, migrated and grouped -
CI and Docker — 18 workflows off pnpm, both Dockerfiles updated, the deploy-script replacement for
pnpm deploy - Known Gaps — the honest list: one native build failure, one unverified major-version bump, one source rewrite still owed