Skip to content

Commit 302d686

Browse files
committed
fix: issue in CI importing the types
1 parent 44aac9b commit 302d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as dev from '#shared/types/lexicons/dev'
1+
import * as dev from '../types/lexicons/dev'
22

33
// Duration
44
export const CACHE_MAX_AGE_ONE_MINUTE = 60

0 commit comments

Comments
 (0)