MCPcopy Create free account
hub / github.com/BuilderIO/framework-benchmarks / App

Function App

frameworks/react-ssr-node/http.jsx:10–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8import http from 'http';
9
10const App = () => (
11 <html>
12 <body>
13 <AppHeader framework="react-ssr-node" path="/dashboard" />
14 <Dashboard />
15 </body>
16 </html>
17);
18const port = Number(process.env.port || 6014);
19
20var didError = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected