Commit ce882fc9 authored by guozhipeng's avatar guozhipeng

使用说明

parent 5bcf7959
This diff is collapsed.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"@sap/hdi-deploy": "^5" "@sap/hdi-deploy": "^5"
}, },
"engines": { "engines": {
"node": "^22.0.0" "node": "^20.0.0"
}, },
"scripts": { "scripts": {
"start": "node node_modules/@sap/hdi-deploy/deploy.js --use-hdb", "start": "node node_modules/@sap/hdi-deploy/deploy.js --use-hdb",
......
...@@ -5,7 +5,7 @@ description: "A simple CAP project." ...@@ -5,7 +5,7 @@ description: "A simple CAP project."
parameters: parameters:
enable-parallel-deployments: true enable-parallel-deployments: true
build-parameters: build-parameters:
before-all: before-all:
- builder: custom - builder: custom
commands: commands:
- npm ci - npm ci
......
...@@ -22,10 +22,14 @@ ...@@ -22,10 +22,14 @@
{ {
"name": "BookStore_Administrators", "name": "BookStore_Administrators",
"description": "BookStore Administrators", "description": "BookStore Administrators",
"role-template-references": ["$XSAPPNAME.Administrators"] "role-template-references": [
"$XSAPPNAME.Administrators"
]
} }
], ],
"oauth2-configuration": { "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