mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-15 13:23:13 +08:00
feat: add Qwen install target
This commit is contained in:
committed by
Affaan Mustafa
parent
c7c1e36625
commit
e70ef4a2ff
10
scripts/lib/install-targets/qwen-home.js
Normal file
10
scripts/lib/install-targets/qwen-home.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const { createInstallTargetAdapter } = require('./helpers');
|
||||
|
||||
module.exports = createInstallTargetAdapter({
|
||||
id: 'qwen-home',
|
||||
target: 'qwen',
|
||||
kind: 'home',
|
||||
rootSegments: ['.qwen'],
|
||||
installStatePathSegments: ['ecc-install-state.json'],
|
||||
nativeRootRelativePath: '.qwen',
|
||||
});
|
||||
Reference in New Issue
Block a user