Skip to content

fix: patch failed onboard (named imports + scoped packages) - #9

Open
PlayerNguyen wants to merge 2 commits into
masterfrom
fix/patch-failed-onboard
Open

fix: patch failed onboard (named imports + scoped packages)#9
PlayerNguyen wants to merge 2 commits into
masterfrom
fix/patch-failed-onboard

Conversation

@PlayerNguyen

Copy link
Copy Markdown
Owner

Summary

  • Renames all packages to use scoped naming convention (@dashbore/*)
  • Updates import statements to use named imports for consistency
  • Adds elide-lines = 0 to bunfig.toml configs

Changes

Scoped packages

All packages now use @dashbore/* scope:

  • @dashbore/api (apps/api)
  • @dashbore/ui (apps/ui)
  • @dashbore/common (packages/common)
  • @dashbore/database (packages/database)
  • @dashbore/business (packages/business)
  • @dashbore/cache (packages/cache)

Import consistency

Changed default imports to named imports in:

  • packages/business/src/services/user/user.service.ts
  • packages/cache/src/core/cache/redis.cache.ts

Config

Added elide-lines = 0 to both root and api bunfig.toml to show full stack traces during test runs.

PlayerNguyen added 2 commits July 8, 2026 16:42
…ore/*)

- Updated package names in package.json files across apps and packages to use scoped naming.
- Modified import statements throughout the codebase to reflect the new package names.
- Adjusted scripts in package.json for development, build, and test commands to use the new scoped package names.
- Updated documentation to reflect changes in package names.
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