chore: fix CI and tsdown config

This commit is contained in:
Ralph Khreish
2025-09-23 20:24:11 +02:00
parent 9ff5f158d5
commit 1b7c9637a5
80 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ export default defineConfig(
'mcp-server': 'mcp-server/server.js'
},
outDir: 'dist',
copy: ['public'],
copy: ['assets'],
ignoreWatch: ['node_modules', 'dist', 'tests', 'apps/extension'],
// Bundle only our workspace packages, keep npm dependencies external
noExternal: [/^@tm\//],