File size: 168 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
/**
* This is used to swap out the server logger in non SSR contexts.
*/
export function getLogger(): unknown {
throw new Error( 'This should never be called.' );
}
|
1e92f2d |
1 2 3 4 5 6 7 |
/**
* This is used to swap out the server logger in non SSR contexts.
*/
export function getLogger(): unknown {
throw new Error( 'This should never be called.' );
}
|