(options)
| 192 | } |
| 193 | }, |
| 194 | bindCLIShortcuts(options) { |
| 195 | bindCLIShortcuts(server as PreviewServer, options) |
| 196 | }, |
| 197 | } |
| 198 | |
| 199 | const closeServerAndExit = async (_: unknown, exitCode?: number) => { |
nothing calls this directly
no test coverage detected