From 452ac1d2a9e238684605acc8820a4dd365e70cf8 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Sat, 28 Jun 2025 13:36:02 -0700 Subject: MVP --- backend/tsup.config.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 backend/tsup.config.ts (limited to 'backend/tsup.config.ts') diff --git a/backend/tsup.config.ts b/backend/tsup.config.ts deleted file mode 100644 index 0300243..0000000 --- a/backend/tsup.config.ts +++ /dev/null @@ -1,8 +0,0 @@ -import { defineConfig } from "tsup"; - -export default defineConfig({ - entry: ["src/index.ts"], - splitting: false, - sourcemap: true, - clean: true, -}); -- cgit v1.2.3-70-g09d2