* chore: moving app-router and mta.yaml to .deploy folder? * reverted mta.yaml in .deploy * chore: update package-lock.json * Added guide about Micro Services with CAP * updated package-lock.json * Leaving mta.yaml in root * . * . * . * Remove Micro Services with CAP documentation
10 lines
164 B
JSON
10 lines
164 B
JSON
{
|
|
"name": "approuter",
|
|
"dependencies": {
|
|
"@sap/approuter": "^20.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node node_modules/@sap/approuter/approuter.js"
|
|
}
|
|
}
|