MCPcopy
hub / github.com/adonisjs/core / configure

Method configure

src/ignitor/ace.ts:55–58  ·  view source on GitHub ↗

* Register a callback that can be used to configure the ace * kernel before the handle method is called * * @param callback - Configuration callback function

(callback: (app: ApplicationService) => Promise<void> | void)

Source from the content-addressed store, hash-verified

53 * @param callback - Configuration callback function
54 */
55 configure(callback: (app: ApplicationService) => Promise<void> | void): this {
56 this.#configureCallback = callback
57 return this
58 }
59
60 /**
61 * Handles the command line arguments and executes

Callers 4

bootMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected