"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; function _xdl() { const data = require("@expo/xdl"); _xdl = function () { return data; }; return data; } async function action(projectDir, options) { await _xdl().Detach.bundleAssetsAsync(projectDir, options); } function _default(program) { program.command('bundle-assets [project-dir]').option('--dest [dest]', 'Destination directory for assets').option('--platform [platform]', 'detached project platform').description('Bundles assets for a detached app. This command should be executed from xcode or gradle.').asyncActionProjectDir(action, true); } //# sourceMappingURL=../__sourcemaps__/commands/bundle-assets.js.map