CF enablement

This commit is contained in:
pianocktail
2020-02-06 08:27:57 +00:00
parent 6d0194acc0
commit 9932d02d57
16 changed files with 3238 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "capire-bookshop-approuter",
"version": "0.0.1",
"description": "",
"dependencies": {
"@sap/approuter": "^6"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
}
}