fix: register MycroZineGenerator shape with automerge schema
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d887a77de5
commit
f2fc6f47d3
|
|
@ -116,6 +116,7 @@ import { VideoChatShape } from "@/shapes/VideoChatShapeUtil"
|
|||
import { EmbedShape } from "@/shapes/EmbedShapeUtil"
|
||||
import { MarkdownShape } from "@/shapes/MarkdownShapeUtil"
|
||||
import { MycrozineTemplateShape } from "@/shapes/MycrozineTemplateShapeUtil"
|
||||
import { MycroZineGeneratorShape } from "@/shapes/MycroZineGeneratorShapeUtil"
|
||||
import { SlideShape } from "@/shapes/SlideShapeUtil"
|
||||
import { PromptShape } from "@/shapes/PromptShapeUtil"
|
||||
import { TranscriptionShape } from "@/shapes/TranscriptionShapeUtil"
|
||||
|
|
@ -154,6 +155,7 @@ export function useAutomergeStoreV2({
|
|||
EmbedShape,
|
||||
MarkdownShape,
|
||||
MycrozineTemplateShape,
|
||||
MycroZineGeneratorShape,
|
||||
SlideShape,
|
||||
PromptShape,
|
||||
TranscriptionShape,
|
||||
|
|
@ -177,6 +179,7 @@ export function useAutomergeStoreV2({
|
|||
'Embed',
|
||||
'Markdown',
|
||||
'MycrozineTemplate',
|
||||
'MycroZineGenerator',
|
||||
'Slide',
|
||||
'Prompt',
|
||||
'Transcription',
|
||||
|
|
|
|||
Loading…
Reference in New Issue