Deploy test

This commit is contained in:
Christian Georgi
2022-03-23 16:58:52 +01:00
parent cad615a662
commit 7f9474244b
10 changed files with 6352 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "approuter",
"dependencies": {
"@sap/approuter": "^10"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
}
}