generator-sap-partner-eng
Version:
Project/Module Generator for SAP Partner Engineering Guided Projects
22 lines (21 loc) • 401 B
JSON
{
"build": {
"target": ".",
"tasks": [
{
"for": "hana",
"src": "<%= database_path %>",
"options": {
"model": ["<%= database_path %>", "<%= srv_dir %>"]
}
},
{
"for": "node-cf",
"src": "<%= srv_dir %>",
"options": {
"model": ["<%= database_path %>", "<%= srv_dir %>"]
}
}
]
}
}