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

const app = fromConfig();
app.listen();
