Skip to content

Commit

Permalink
Merge pull request #39 from cdaringe/patch-1
Browse files Browse the repository at this point in the history
feat: expose fastify handle to user-space
  • Loading branch information
smuthya committed Jan 25, 2024
2 parents a74b3da + aefe7dd commit 7295591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/electrode-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,3 +391,5 @@ export async function electrodeServer<TConfig = any>(
await emitEvent(ctx, "config-composed");
return await start(ctx);
}

export { default as fastify } from 'fastify';

0 comments on commit 7295591

Please sign in to comment.