Explicitly use coracle workaround for nostr editor

This commit is contained in:
Jon Staab
2025-06-09 14:40:30 -07:00
parent 58373f2c45
commit 64c9cff43f
18 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ export * from "./nodeviews/index.js"
export * from "./extensions/index.js"
export * from "./plugins/index.js"
export {Editor, NodeViewProps} from "@tiptap/core"
export {UploadTask, FileAttributes} from "nostr-editor"
export {UploadTask, FileAttributes} from "nostr-editor-coracle-workaround"