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

Function App

frameworks/preact-ssr-node/http.jsx:8–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected