Skip to content

Commit

Permalink
Refactor: Reworked core exported static functions
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertoledo committed Nov 1, 2023
1 parent ac0192e commit b37b85c
Show file tree
Hide file tree
Showing 13 changed files with 257 additions and 170 deletions.
113 changes: 58 additions & 55 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/test/fixtures/mock_project/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { Booster } from '@boostercloud/framework-core'
export {
Booster,
boosterEventDispatcher,
boosterPreSignUpChecker,
boosterServeGraphQL,
boosterNotifySubscribers,
boosterTriggerScheduledCommand,
boosterRocketDispatcher,
} from '@boostercloud/framework-core'

Booster.start(__dirname)
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ import { Booster } from '@boostercloud/framework-core'
export {
Booster,
boosterEventDispatcher,
boosterPreSignUpChecker,
boosterServeGraphQL,
boosterRequestAuthorizer,
boosterNotifySubscribers,
boosterTriggerScheduledCommand,
boosterRocketDispatcher,
} from '@boostercloud/framework-core'


Loading

0 comments on commit b37b85c

Please sign in to comment.