We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ab9e9 commit 2073ac9Copy full SHA for 2073ac9
server/tsup.config.ts
@@ -25,6 +25,10 @@ export default defineConfig({
25
"zod-to-json-schema",
26
"clsx",
27
"tailwind-merge",
28
+ // Keep environment PATH fixers external (these may use CJS internals and dynamic requires)
29
+ "fix-path",
30
+ "shell-path",
31
+ "execa",
32
],
33
noExternal: [
34
// Force bundling of problematic packages
0 commit comments