From bc78d0f36ba3d79ed583b32fc09f25e0748231d1 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 31 Jul 2024 15:30:18 +0200 Subject: [PATCH] fix: export --- src/app.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.ts b/src/app.ts index 5b377d5..5f08881 100644 --- a/src/app.ts +++ b/src/app.ts @@ -208,3 +208,5 @@ const start = (options = {}): FastifyInstance => { }; start(); + +export default start;