Skip to content

Conversation

@Hugos68
Copy link
Contributor

@Hugos68 Hugos68 commented Nov 20, 2025

This PR aims to setup our monorepo so that Vite apps can directly access our packages instead of through a dev script running during development. This will improve hot reloading and simplifies the monorepo structure and config. We do this using clean-package which will swap our package.json before publishing.

@changeset-bot
Copy link

changeset-bot bot commented Nov 20, 2025

⚠️ No Changeset found

Latest commit: d71fddd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
themes.skeleton.dev Error Error Nov 20, 2025 8:48pm
www.skeleton.dev Error Error Nov 20, 2025 8:48pm

@Hugos68 Hugos68 marked this pull request as draft November 20, 2025 20:30
@Hugos68
Copy link
Contributor Author

Hugos68 commented Nov 20, 2025

@copilot In order for this to work we need to get rid of all usage of path aliases in the packages/* directories. Can you go into each package inside that directory, remove the paths option from tsconfig.json and replace all usage of paths, mainly @/ in the src and test of each packages and replace it with the correct relative path? You can run pnpm check in the monorepo to keep checking wether it's fixed or not.

Copy link
Contributor

Copilot AI commented Nov 20, 2025

@Hugos68 I've opened a new pull request, #4134, to work on those changes. Once the pull request is ready, I'll request review from you.

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.

2 participants