UNPKG

builder-we-app-cloud-account

Version:

The KOS Builder Module for Choice CloudAccount MicroApp

6 lines (4 loc) 176 B
const get = require('lodash/get'); const { SAAS_CONFIG } = require('./const'); const appType = get(SAAS_CONFIG, 'appType', ''); exports.isWeAppHost = appType === 'weAppHost';