UNPKG

minidev

Version:

支付宝小程序开发 cli(minidev)提供了常用的支付宝系小程序开发指令,能够方便地在各类平台上快速进行小程序的开发、预览、上传等操作。

20 lines (19 loc) 856 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.libName = exports.defaultConfig = void 0; const os_1 = require("os"); const path_1 = require("path"); const interface_1 = require("./interface"); exports.defaultConfig = { assetsQueryUrl: 'https://render.alipay.com/p/h5data/h5config_builder-debug-h5data.json', injectCodeTempPath: (0, path_1.join)((0, os_1.tmpdir)(), './builder_debug_output_v2'), offlineDirectoryPath: (0, path_1.join)(__dirname, '../offline'), readonlyDirectoryPath: (0, path_1.join)(__dirname, '../readonly'), assetsMapFilename: 'assets_map', boatmanFilename: { [interface_1.ECompileTargetType.Mini]: 'boatman_mini', // Cube 未支持,先占位 [interface_1.ECompileTargetType.Cube]: 'boatman_cube', }, }; exports.libName = 'builder-debug-utils';