setup
@quik/http-express / Module / setup
Function: setup()
setup(
options):Promise<void>
Defined in: http-express/src/module.ts:27
Registers the Express HTTP engine.
Reads http.session.store to auto-configure the session store driver
(memory, file, or redis) before instantiating the engine.
Call QExpressEngine.setSessionStore() before or after setup to override.
Parameters
options
IQModuleSetup
Module setup options.
Returns
Promise<void>