We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1e77b commit 479249fCopy full SHA for 479249f
frameworks/react-cra/src/index.ts
@@ -47,6 +47,7 @@ export function createFrameworkDefinition(): FrameworkDefinition {
47
forceTypescript: true,
48
},
49
50
+ contentChecksum,
51
}
52
53
frameworks/solid/src/index.ts
packages/cta-engine/src/types.ts
@@ -160,6 +160,7 @@ export type FrameworkDefinition = {
160
forceTypescript: boolean
161
162
>
163
+ contentChecksum?: string
164
165
166
export type Framework = Omit<FrameworkDefinition, 'base' | 'addOns'> &
0 commit comments