Skip to content

Commit 945ba91

Browse files
committed
Update import in build-sider logger
1 parent 876ca12 commit 945ba91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/logger/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Simple logger for development mode and testing
33
* In production, errors are sent to Sentry instead
44
*/
5-
import { isDev, isTest } from '@lib/config'
5+
import { isDev, isTest } from '../config/environmentServer'
66
const shouldLog = isDev() || isTest()
77

88
export const logger = {

0 commit comments

Comments
 (0)