UNPKG

@sap/cds-dk

Version:

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

7 lines (5 loc) 238 B
// allows executing `cds serve` even when `cds` executable is removed from `@sap/cds` module.exports = require(_local('@sap/cds/bin/serve')) function _local (id) { return require.resolve (id, { paths: [ process.cwd(), __dirname ] }) }