ECC/scripts/lib/install-targets/openclaw-home.js

11 lines
299 B
JavaScript

const { createInstallTargetAdapter } = require('./helpers');
module.exports = createInstallTargetAdapter({
id: 'openclaw-home',
target: 'openclaw',
kind: 'home',
rootSegments: ['.openclaw'],
installStatePathSegments: ['ecc-install-state.json'],
nativeRootRelativePath: '.openclaw',
});