mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
11 lines
287 B
JavaScript
11 lines
287 B
JavaScript
const { createInstallTargetAdapter } = require('./helpers');
|
|
|
|
module.exports = createInstallTargetAdapter({
|
|
id: 'codex-home',
|
|
target: 'codex',
|
|
kind: 'home',
|
|
rootSegments: ['.codex'],
|
|
installStatePathSegments: ['ecc-install-state.json'],
|
|
nativeRootRelativePath: '.codex',
|
|
});
|