From 87f134c9f2714593890a530221df429122c4398b Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Tue, 10 Jun 2025 23:50:09 -0700 Subject: init --- backend/tsup.config.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 backend/tsup.config.ts (limited to 'backend/tsup.config.ts') diff --git a/backend/tsup.config.ts b/backend/tsup.config.ts new file mode 100644 index 0000000..0300243 --- /dev/null +++ b/backend/tsup.config.ts @@ -0,0 +1,8 @@ +import { defineConfig } from "tsup"; + +export default defineConfig({ + entry: ["src/index.ts"], + splitting: false, + sourcemap: true, + clean: true, +}); -- cgit v1.2.3-70-g09d2