dna-template-cli
Version:
DNA Template CLI v0.3.4 - Enhanced Commands Added (enhanced-create, enhanced-list, enhanced-validate)
16 lines • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.environment = void 0;
exports.environment = {
production: false,
version: '0.3.2',
name: 'DNA CLI Development',
debug: true,
apiUrl: 'https://api.dna-templates.dev',
registryUrl: 'https://registry.dna-templates.dev',
updateCheckInterval: 24 * 60 * 60 * 1000, // 24 hours
maxConcurrentDownloads: 3,
defaultTimeout: 30000, // 30 seconds
telemetryEnabled: false,
};
//# sourceMappingURL=environment.js.map