From c6c99254907f2ac37211c86234be001b7ae00c36 Mon Sep 17 00:00:00 2001 From: Johann Date: Tue, 4 Nov 2025 10:30:43 +0100 Subject: [PATCH] fastify static index --- apps/front/server.prod.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/front/server.prod.ts b/apps/front/server.prod.ts index ff82cea..8903672 100644 --- a/apps/front/server.prod.ts +++ b/apps/front/server.prod.ts @@ -72,7 +72,8 @@ async function createProdServer(serverConfig: ServerConfig): Promise