Files
Trevor Manz e07e8684a0 Migrate to pnpm workspace layout (#5668)
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>
2025-07-17 14:28:44 -04:00
..