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:
Jeff Emmett 2025-12-19 23:59:21 -05:00
parent d887a77de5
commit f2fc6f47d3
1 changed files with 3 additions and 0 deletions

View File

@ -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',