Repository URL to install this package:
|
Version:
2.0.0-beta.20 ▾
|
declare const clientBundleOutputPath: string;
/**
* Middleware to server our client bundle.
*
* @example
* /usr/project-here/dist/client
*/
declare const staticMiddleware: import("../../node_modules/@types/express-serve-static-core").Handler;
export { staticMiddleware, staticMiddleware as clientBundle, clientBundleOutputPath, };
export default staticMiddleware;