mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
fix: ship a loadable AgentRQ bundle that stays idle without a workspace URL
The first integration copied sources without lib/, skipped packaging paths, and could fail the default web profile when url was unset. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -12,5 +12,8 @@ export default defineConfig({
|
||||
target: 'node20',
|
||||
dts: true,
|
||||
clean: true,
|
||||
external: [/^@deepseek-ai\//, /^@modelcontextprotocol\//],
|
||||
// Harness packages stay external. The MCP SDK is inlined so a copied
|
||||
// `lib/index.js` loads without a profile-local node_modules install.
|
||||
external: [/^@deepseek-ai\//],
|
||||
noExternal: [/^@modelcontextprotocol\//],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user