Skip to content

Commit 479249f

Browse files
committed
fix: also using the content checksum
1 parent da1e77b commit 479249f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

frameworks/react-cra/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function createFrameworkDefinition(): FrameworkDefinition {
4747
forceTypescript: true,
4848
},
4949
},
50+
contentChecksum,
5051
}
5152
}
5253

frameworks/solid/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function createFrameworkDefinition(): FrameworkDefinition {
4747
forceTypescript: true,
4848
},
4949
},
50+
contentChecksum,
5051
}
5152
}
5253

packages/cta-engine/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export type FrameworkDefinition = {
160160
forceTypescript: boolean
161161
}
162162
>
163+
contentChecksum?: string
163164
}
164165

165166
export type Framework = Omit<FrameworkDefinition, 'base' | 'addOns'> &

0 commit comments

Comments
 (0)