mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat add multi-platform support
This commit is contained in:
parent
56030f9291
commit
b488126830
6 changed files with 64 additions and 25 deletions
|
|
@ -33,6 +33,13 @@ const external = [
|
|||
'@lydell/node-pty-linux-x64',
|
||||
'@lydell/node-pty-win32-arm64',
|
||||
'@lydell/node-pty-win32-x64',
|
||||
'@teddyzhu/clipboard',
|
||||
'@teddyzhu/clipboard-darwin-arm64',
|
||||
'@teddyzhu/clipboard-darwin-x64',
|
||||
'@teddyzhu/clipboard-linux-x64-gnu',
|
||||
'@teddyzhu/clipboard-linux-arm64-gnu',
|
||||
'@teddyzhu/clipboard-win32-x64-msvc',
|
||||
'@teddyzhu/clipboard-win32-arm64-msvc',
|
||||
];
|
||||
|
||||
esbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue