@leafage/server
Version:
The React Server Side Render Framework
18 lines (13 loc) • 313 B
JavaScript
/**
* @leafage/server v1.3.2
*
* Copyright (c) Leafage.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
;
var server = require('./server.js');
exports.createServer = server.createServer;