more folders cleanup

This commit is contained in:
Daniel Hutzel
2025-07-19 09:16:15 +02:00
parent dcc74fbd10
commit ef8702acf8
9 changed files with 90 additions and 1979 deletions

4
inspectr/cds-plugin.js Normal file
View File

@@ -0,0 +1,4 @@
const cds = require("@sap/cds")
cds.on ('served', ()=> {
cds.app.serve ('/data') .from ('@capire/data-viewer','app/viewer')
})