Skip to content

Commit

Permalink
- Export bootstrap to use it elsewhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed May 27, 2024
1 parent 2b00573 commit 8207d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const getLocalAppModuleCJSPath = async (): Promise<string | undefined> => {
}


const bootstrap = async () => {
export const bootstrap = async () => {
let localAppModule: AppModuleInterface;
let isLoggingModulePresent = false;

Expand Down Expand Up @@ -98,4 +98,4 @@ const bootstrap = async () => {
await kernel.handle(process.argv, {keyname: ExecutionContextKeynameEnum.Cli, context: null})
}

bootstrap();
bootstrap();

0 comments on commit 8207d4b

Please sign in to comment.