refactor: remove duplicate tsup build config and clean up

This commit is contained in:
2026-02-28 23:05:38 +05:30
parent c3198394de
commit 8bf8b22e57
6 changed files with 9 additions and 14 deletions

View File

@@ -363,10 +363,6 @@ async function buildAdapters() {
external: [/^bun\:.*/],
}),
tsup.build({
...baseConfig("tanstack-start"),
platform: "node",
}),
]);
}