- Preparing search index...
- The search index is not available
lemon-core
- buildExpress($engine: LemonEngine, $web: LambdaWEBHandler, options?: { argv?: string[]; genRequestId?: (() => string); prefix?: string }): { app: any; createServer: (() => any); express: (() => any) }
-
Parameters
-
-
-
Optional
options: { argv?: string[]; genRequestId?: (() => string); prefix?: string }
-
Optional
argv?: string[]
-
Optional
genRequestId?: (() => string)
-
- (): string
-
Returns string
-
Optional
prefix?: string
Returns { app: any; createServer: (() => any); express: (() => any) }
-
app: any
-
createServer: (() => any)
-
express: (() => any)