Skip to content

Conversation

@paanSinghCoder
Copy link
Contributor

@paanSinghCoder paanSinghCoder commented Jan 23, 2026

Summary

  • Move and rename packages/core to lib
  • Move sdk-demo to apps and rename to client-demo

Test Plan

  • Manual testing completed
  • Build and type checking passes

@vercel
Copy link

vercel bot commented Jan 23, 2026

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

Project Deployment Review Updated (UTC)
frontier Ready Ready Preview, Comment Jan 23, 2026 11:14am

@coveralls
Copy link

coveralls commented Jan 23, 2026

Pull Request Test Coverage Report for Build 21284207489

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 37.882%

Totals Coverage Status
Change from base Build 21274617520: 0.0%
Covered Lines: 15887
Relevant Lines: 41938

💛 - Coveralls


const customHeaders = {
'X-Request-ID': () => `sdk-demo:${uuid()}`
'X-Request-ID': () => `client-demo:${uuid()}`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: check if this is used anywhere else.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this to test if X-Request-ID is coming in backend logs

@paanSinghCoder paanSinghCoder changed the title refactor: move sdk-demo and rename refactor: move sdk-demo and rename package/core to lib Jan 23, 2026
@paanSinghCoder paanSinghCoder self-assigned this Jan 23, 2026
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.

4 participants