Commit ce882fc9 authored by guozhipeng's avatar guozhipeng

使用说明

parent 5bcf7959
This diff is collapsed.
......@@ -5,7 +5,7 @@
"@sap/hdi-deploy": "^5"
},
"engines": {
"node": "^22.0.0"
"node": "^20.0.0"
},
"scripts": {
"start": "node node_modules/@sap/hdi-deploy/deploy.js --use-hdb",
......
......@@ -5,7 +5,7 @@ description: "A simple CAP project."
parameters:
enable-parallel-deployments: true
build-parameters:
before-all:
before-all:
- builder: custom
commands:
- npm ci
......
......@@ -22,10 +22,14 @@
{
"name": "BookStore_Administrators",
"description": "BookStore Administrators",
"role-template-references": ["$XSAPPNAME.Administrators"]
"role-template-references": [
"$XSAPPNAME.Administrators"
]
}
],
"oauth2-configuration": {
"redirect-uris": ["https://*.unibetter-ic.com/**"]
"redirect-uris": [
"https://*.unibetter-ic.com/**"
]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment