MCPcopy Create free account
hub / github.com/SAP/ui5-project / getCustomMiddleware

Method getCustomMiddleware

lib/specifications/Project.js:188–190  ·  view source on GitHub ↗

* Get the project's customMiddleware configuration * * @private * @returns {object[]} CustomMiddleware configuration

()

Source from the content-addressed store, hash-verified

186 * @returns {object[]} CustomMiddleware configuration
187 */
188 getCustomMiddleware() {
189 return this._config.server?.customMiddleware || [];
190 }
191
192 /**
193 * Get the project's serverSettings configuration

Callers 1

Project.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected