intial change to add support for shared schema

This commit is contained in:
Robin de Silva Jayasinghe
2024-04-17 16:03:49 +02:00
parent d08749fd21
commit 4179493ce7
15 changed files with 582 additions and 32 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "approuter",
"dependencies": {
"@sap/approuter": "^16.0.0"
},
"engines": {
"node": "^20.0.0"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
}
}