Skip to content

Commit 73a973b

Browse files
committed
refactor: code pushup core config type import
1 parent d2450da commit 73a973b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-pushup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
jsPackagesCoreConfig,
88
lighthouseCoreConfig,
99
} from './code-pushup.preset.js';
10-
import type { CoreConfig } from './packages/models/src';
10+
import type { CoreConfig } from './packages/models/src/index.js';
1111

1212
// load upload configuration from environment
1313
const envSchema = z.object({

0 commit comments

Comments
 (0)