(config: UserConfigExport)
| 186 | export function defineConfig(config: UserConfigFn): UserConfigFn |
| 187 | export function defineConfig(config: UserConfigExport): UserConfigExport |
| 188 | export function defineConfig(config: UserConfigExport): UserConfigExport { |
| 189 | return config |
| 190 | } |
| 191 | |
| 192 | export interface CreateDevEnvironmentContext { |
| 193 | ws: WebSocketServer |
no outgoing calls
no test coverage detected