UNPKG

@sap/cds-dk

Version:

Command line client and development toolkit for the SAP Cloud Application Programming Model

11 lines (8 loc) 182 B
module.exports = class extends require('../../plugin') { static hasInProduction(env) { return !!env.requires?.telemetry } requires() { return ['cloud-logging'] } }