From a7d3d2d9580a8d7824507c5939e750cd7fe32438 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Thu, 5 Feb 2026 17:24:12 -0600 Subject: [PATCH] revert --- bizmatch/tsconfig.app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bizmatch/tsconfig.app.json b/bizmatch/tsconfig.app.json index f2161bd..7dc7284 100644 --- a/bizmatch/tsconfig.app.json +++ b/bizmatch/tsconfig.app.json @@ -8,7 +8,9 @@ ] }, "files": [ - "src/main.ts" + "src/main.ts", + "src/main.server.ts", + "server.ts" ], "include": [ "src/**/*.d.ts"