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 dd7dcbf commit 4f541e1Copy full SHA for 4f541e1
src/lib/blueprint.ts
@@ -35,5 +35,5 @@ export const blueprint =
35
const blueprint = await createBlueprint(typesModule, {
36
...(skipCodeFormat || formatCode == null ? {} : { formatCode }),
37
})
38
- Object.assign(metadata, blueprint)
+ Object.assign(metadata, { blueprint })
39
}
0 commit comments