-
Notifications
You must be signed in to change notification settings - Fork 2
🤖 Migrate site, api, database, runtime, server packages to OSS #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Copy database, runtime, api, site, server packages from blink.so - Replace MIT LICENSE with AGPL-3.0 from coder/coder - Remove billing pages from site - Stub out compute-protocol-worker and billing dependencies - Remove ai-gateway tests (billing-dependent) - Update root package.json with new workspaces and scripts - Update CI workflow to build new packages - Add prettier-plugin-organize-imports - Copy root files: bunfig.toml, .env.example, AGENTS.md, scripts/db.ts
This reverts commit ce9bb88.
- Remove packages/billing/ entirely (was stub package) - Update all package.json files to use Zod ^4.0.0 - Revert Zod 3 compatibility changes (z.string().uuid() -> z.uuid() etc.) - Inline billing stubs in ai-gateway.server.ts (Money, ingestUsageEvent) _Generated with cmux_
- Update CI to run all tests: bun test --timeout 30000 - Add missing workspace deps: - api: @blink.so/database, @blink.so/runtime, drizzle-orm, postgres, uuid, happy-dom - site: @blink.so/api, @blink.so/database, uuid - runtime: @blink.so/api, hono - scout-agent: workspace:* for all @blink-sdk/* packages, @octokit/core, @slack/bolt - database: bcrypt-ts _Generated with cmux_
Add 50ms delay in afterAll to allow React's deferred work to complete before deleting globalThis.window, preventing 'window is not defined' error. _Generated with cmux_
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Migrates core packages from blink.so to the OSS repository:
Changes
Generated with
cmux