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