-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge from main #23
base: solution
Are you sure you want to change the base?
merge from main #23
Conversation
To load the app faster async=true
readme file+ update
typo fix .html
Removed Contributing section as this is a sample repository for a tutorial.
Update README.md
Update README.md
Removed the default repo text
* Updated dependencies * Added workspace for wdi5 to package.json * soluton branch * Co-authored-by: Bischoff, Georg <[email protected]> * readme file+ update * typo fix * feat: update solution to new wdi5 installation * feat: deployable app * refactor: move files out of bookshop * feat: update dependencies * feat: make build succeed in ci * feat: deployable app * feat: deployable_app * WIP: buildable service * wip: sqlite in place - replace hana deployment * wip: deployable app - remove csn.json while deployment and use .cds files Co-authored-by: Volker Buzek <[email protected]> * refactor: cleanup unnecessary files * feat: add initial data to deployment * fix: use stable wdi5 version * chore: update lock * fix: make conf CI/CD ready * fix: use chromedriver 105 for CI/CD service * chore: use latest dependencies for wdi5 * chore: remove vscode settings * refactor deployable app - use always newest ui5 version - use always latest chromedriver version * refactor: remove typo from dependency version * feat: make branch ready for main * feat: remove dependencies * chore: update package-lock Co-authored-by: Georg Bischoff <[email protected]> Co-authored-by: I504692 <[email protected]> Co-authored-by: georgbischoff <[email protected]> Co-authored-by: Volker Buzek <[email protected]>
|
|
"deploy": "cf deploy gen/mta.tar -f" | ||
}, | ||
"engines": { | ||
"node": "^16" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"node": "^16" | |
"node": "^18" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already in the main. Maybe you need to update your fork.
No description provided.