UNPKG

@capawesome/cli

Version:

The Capawesome Cloud Command Line Interface (CLI) to manage Live Updates and more.

6 lines (5 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_CONCURRENT_UPLOADS = exports.MANIFEST_JSON_FILE_NAME = void 0; exports.MANIFEST_JSON_FILE_NAME = 'capawesome-live-update-manifest.json'; // Do NOT change this! exports.MAX_CONCURRENT_UPLOADS = 20;