mirror of
https://github.com/marimo-team/marimo.git
synced 2025-12-03 13:34:58 +00:00
This PR lifts shared packages into a proper monorepo structure using pnpm workspaces. - `lsp/` → `packages/lsp` - `openapi/` → `packages/openapi` (consider renaming `marimo-api`?) - Centralized root `package.json`, `tsconfig.json`, and `pnpm-lock.yaml` - Updated `Makefile` to use `pnpm --filter` instead of manual `cd` - Added shared `.gitignore` - Removed vestigial lockfiles --------- Co-authored-by: Myles Scolnick <myles@marimo.io>