(context: BootstrapContext)
| 3 | import { config } from './app/app.config.server'; |
| 4 | |
| 5 | const bootstrap = (context: BootstrapContext) => |
| 6 | bootstrapApplication(App, config, context); |
| 7 | |
| 8 | export default bootstrap; |
nothing calls this directly
no outgoing calls
no test coverage detected