chore(mothership): remove bundling from tsdown configuration

This commit is contained in:
Ben Allfree 2025-07-19 14:18:17 +00:00
parent 69f0d19281
commit cbf0fa509e

View File

@ -15,5 +15,4 @@ export default defineConfig({
platform: 'node',
minify: false,
sourcemap: false,
bundle: true,
})