rebuild sample to self cont

This commit is contained in:
Wolfgang Koch
2021-04-30 11:13:14 +02:00
parent 0d8abf71cb
commit c458bf0f47
48 changed files with 335 additions and 1154 deletions

View File

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