Skip to content
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

feat: every package (except env) built & next.js typed routes #76

Merged
merged 7 commits into from
Jun 10, 2024

Conversation

ixahmedxi
Copy link
Owner

@ixahmedxi ixahmedxi commented Jun 10, 2024

This PR does the following changes:

Makes every package, except the env one, built using tsc (only the ui package is built using tsup)

This is for a good reason, the TypeScript LSP is much faster (it's currently fast but future proofing) reading .d.ts and .js files instead of source files.

This is also not bad on dev because let's say for example you're developing the web app, you can do:
bun turbo dev --filter=@orbitkit/web... --filter=\!./packages/config/\* --only
And you would have 6 running processes, and can filter it down even further depending on your scope of change.

Copy link

changeset-bot bot commented Jun 10, 2024

🦋 Changeset detected

Latest commit: e2083cd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 16 packages
Name Type
@orbitkit/storybook Patch
@orbitkit/tailwind Patch
@orbitkit/tsconfig Patch
@orbitkit/eslint Patch
@orbitkit/vite Patch
@orbitkit/marketing Patch
@orbitkit/utils Patch
@orbitkit/auth Patch
@orbitkit/core Patch
@orbitkit/api Patch
@orbitkit/env Patch
@orbitkit/db Patch
@orbitkit/ui Patch
@orbitkit/web Patch
@orbitkit/docs Patch
@orbitkit/assets Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ixahmedxi ixahmedxi changed the title feat: every package (except env) built feat: every package (except env) built & next.js typed routes Jun 10, 2024
@ixahmedxi ixahmedxi merged commit 50e9dd2 into main Jun 10, 2024
2 checks passed
@ixahmedxi ixahmedxi deleted the ahmed/built-packages branch June 10, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant