..
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -17,3 +17,4 @@ reviews/msg-box
|
||||
reviews/db/test.db
|
||||
|
||||
*.openapi3.json
|
||||
sqlite.db
|
||||
|
||||
@@ -30,12 +30,14 @@
|
||||
"kind": "odata",
|
||||
"model": "@capire/orders"
|
||||
},
|
||||
"uiflex": {
|
||||
"model": "@sap/cds/libx/_runtime/fiori/uiflex/extensibility"
|
||||
"extensibility": {
|
||||
"kind": "uiflex"
|
||||
},
|
||||
"db": {
|
||||
"kind": "sqlite",
|
||||
"model": "*"
|
||||
"credentials": {
|
||||
"database": "sqlite.db"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user