This commit is contained in:
Wolfgang Koch
2021-05-04 14:09:15 +02:00
parent 309c76caae
commit 81f762d7be
40 changed files with 9681 additions and 5241 deletions

View File

@@ -0,0 +1,9 @@
const cds = require ('@sap/cds');
cds.on('bootstrap', async app => {
await cds.mtx.in(app);
});
module.exports = cds.server;