alwaysai
Version:
The alwaysAI command-line interface (CLI)
10 lines • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TargetPathDefaultValue = void 0;
const path_1 = require("path");
function TargetPathDefaultValue(dir = process.cwd()) {
const targetPath = path_1.posix.join('alwaysai', (0, path_1.basename)(dir));
return targetPath;
}
exports.TargetPathDefaultValue = TargetPathDefaultValue;
//# sourceMappingURL=target-path-default-value.js.map