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

Function App

frameworks/react-ssr-bun/http.js:17–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15};
16
17const App = () => (
18 <html>
19 <body>
20 <AppHeader framework="react-ssr-bun" path="/dashboard" />
21 <Dashboard />
22 </body>
23 </html>
24);
25
26const port = Number(process.env.PORT) || 6016;
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected