mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
10 lines
287 B
JavaScript
10 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',
|
|
});
|