You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/middleware > createServer

createServer() function

Signature:

declare function createServer(config: MiddlewareConfig): Promise<Express>;

Parameters

Parameter Type Description
config MiddlewareConfig

Returns:

Promise<Express>