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

Function App

frameworks/solid-ssr-node/http.jsx:6–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected