From cbf0fa509e4624747f1801e9dca1c5da29a82ebb Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sat, 19 Jul 2025 14:18:17 +0000 Subject: [PATCH] chore(mothership): remove bundling from tsdown configuration --- packages/pockethost/src/mothership-app/tsdown.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/pockethost/src/mothership-app/tsdown.config.ts b/packages/pockethost/src/mothership-app/tsdown.config.ts index ed88906a..efbc28d5 100644 --- a/packages/pockethost/src/mothership-app/tsdown.config.ts +++ b/packages/pockethost/src/mothership-app/tsdown.config.ts @@ -15,5 +15,4 @@ export default defineConfig({ platform: 'node', minify: false, sourcemap: false, - bundle: true, })