Skip to content

Commit e9444d0

Browse files
committed
fix: checksum fix
1 parent 00898a3 commit e9444d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/react-cra/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
scanProjectDirectory,
88
} from '@tanstack/cta-engine'
99

10-
import { contentChecksum } from './checksum'
10+
import { contentChecksum } from './checksum.js'
1111

1212
import type { FrameworkDefinition } from '@tanstack/cta-engine'
1313

frameworks/solid/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
scanProjectDirectory,
88
} from '@tanstack/cta-engine'
99

10-
import { contentChecksum } from './checksum'
10+
import { contentChecksum } from './checksum.js'
1111

1212
import type { FrameworkDefinition } from '@tanstack/cta-engine'
1313

0 commit comments

Comments
 (0)