@cloudbase/lowcode-deployer
Version:
deploy weda app
21 lines (20 loc) • 454 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PRIVATE_JS_CODE = exports.PRIVATE_JS_NAME = void 0;
/**
* 私有化 JS 文件名
*/
exports.PRIVATE_JS_NAME = 'weda-private.js';
/**
* 私有化 JS 文件代码内容
*/
exports.PRIVATE_JS_CODE = `
/**
* An empty js file. It will be overridden in private place.
*
* For example:
* \`\`\`javascript
* window._isPrivate = true
* \`\`\`
*/
`;