Aktueller Stand

This commit is contained in:
2026-01-22 19:05:45 +01:00
parent 85dee61a4d
commit e280e4eadb
1967 changed files with 397327 additions and 74093 deletions

7
backend/node_modules/avvio/boot.js generated vendored
View File

@@ -605,10 +605,3 @@ function encapsulateThreeParam (func, that) {
}
module.exports = Boot
module.exports.express = function (app) {
return Boot(app, {
expose: {
use: 'load'
}
})
}