From afef57838900f06107f0feb1b800423eaf28982d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 4 Feb 2025 14:27:40 +0100 Subject: [PATCH] build --- apps/api/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/index.ts b/apps/api/src/index.ts index 605efeaf..f842084b 100644 --- a/apps/api/src/index.ts +++ b/apps/api/src/index.ts @@ -247,4 +247,5 @@ const startServer = async () => { } }; +// start startServer();