Skip to content

Commit fe40158

Browse files
authored
Merge pull request #51 from libredb/feat/studio-workspace-export
feat(workspace): add StudioWorkspace embeddable export
2 parents b9180a7 + 286d28d commit fe40158

72 files changed

Lines changed: 4458 additions & 597 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ bun run test:e2e
4848
# Coverage report
4949
bun run test:coverage
5050

51+
# Library build (tsup) — exports @libredb/studio package for platform consumption
52+
# IMPORTANT: After changing any component used by platform (workspace, providers, etc.),
53+
# you MUST run this command. `bun run build` (Next.js) does NOT update the package dist.
54+
bun run build:lib
55+
5156
# Docker development
5257
docker-compose up -d
5358

bun.lock

Lines changed: 172 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)