UNPKG

dna-template-cli

Version:

DNA Template CLI v0.3.4 - Enhanced Commands Added (enhanced-create, enhanced-list, enhanced-validate)

16 lines 519 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.environment = void 0; exports.environment = { production: true, version: '0.1.0', name: 'DNA CLI', debug: false, apiUrl: 'https://api.dna-templates.com', registryUrl: 'https://registry.dna-templates.com', updateCheckInterval: 24 * 60 * 60 * 1000, // 24 hours maxConcurrentDownloads: 5, defaultTimeout: 60000, // 60 seconds telemetryEnabled: true, }; //# sourceMappingURL=environment.prod.js.map