import { fromConfig } from '@platform/react.ssr';

const app = fromConfig();
export default app.server;
