UNPKG

@uniorg/localneo

Version:

Run your SAP-WebIDE based applications locally using the neo-app.json as a web server config.

11 lines (9 loc) 189 B
class TargetInfo { constructor ({ path, desc, target, name }) { this.path = path this.desc = desc this.target = target this.name = name } } module.exports = TargetInfo