diff options
Diffstat (limited to 'backend/tsup.config.ts')
-rw-r--r-- | backend/tsup.config.ts | 8 |
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, -}); |