summaryrefslogtreecommitdiff
path: root/backend/tsup.config.ts
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2025-06-28 13:36:02 -0700
committerKai Stevenson <kai@kaistevenson.com>2025-06-28 13:36:02 -0700
commit452ac1d2a9e238684605acc8820a4dd365e70cf8 (patch)
tree744d0d4fe08edc06ad8c0693f9444021d0aa00ea /backend/tsup.config.ts
parent6475f534e7bf457113dcc82d94bfb7ac413f71c4 (diff)
Diffstat (limited to 'backend/tsup.config.ts')
-rw-r--r--backend/tsup.config.ts8
1 files changed, 0 insertions, 8 deletions
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,
-});