Skip to content

Commit

Permalink
feat: startServer
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 2, 2024
1 parent ec31bdd commit 98bf4ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,7 @@ export async function getResolvedContext(mq: MoquerieInstance): Promise<Resolved
mq.data.resolvedContextPromise = null
}
}

export async function startServer(mq: MoquerieInstance) {
await mq.getResolvedContext()
}

0 comments on commit 98bf4ef

Please sign in to comment.