Skip to content

Commit

Permalink
fix: export
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Jul 31, 2024
1 parent 63846b0 commit bc78d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,5 @@ const start = (options = {}): FastifyInstance => {
};

start();

export default start;

0 comments on commit bc78d0f

Please sign in to comment.