UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

15 lines 625 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ora = require("ora"); const app_config_file_1 = require("../util/app-config-file"); async function writeAppConfigFileComponent() { if (!app_config_file_1.appConfigFile.exists()) { ora(`Write ${app_config_file_1.APP_CONFIG_FILE_NAME}`).succeed(); app_config_file_1.appConfigFile.update(() => { }); } else { ora(`Found ${app_config_file_1.APP_CONFIG_FILE_NAME}`).succeed(); } } exports.writeAppConfigFileComponent = writeAppConfigFileComponent; //# sourceMappingURL=write-app-config-file-component.js.map