(context: BootstrapContext)
| 10 | import { config } from './app/app.config.server'; |
| 11 | |
| 12 | const bootstrap = (context: BootstrapContext) => |
| 13 | bootstrapApplication(App, config, context); |
| 14 | |
| 15 | export default bootstrap; |
nothing calls this directly
no outgoing calls
no test coverage detected