diff options
| author | ivar <i@oiee.no> | 2026-04-04 16:34:46 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-04-04 16:34:46 +0200 |
| commit | a6355e7a6530af3335c4cd8af05f1e9c8b978169 (patch) | |
| tree | c9d920d1e996ef1c42d3455825731598df6b56c2 /assets/admin/lib/build.js | |
| parent | 8a093aacd162d3fd9f142b53aab9edfa061fd66a (diff) | |
| download | nebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.tar.xz nebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.zip | |
.
Diffstat (limited to 'assets/admin/lib/build.js')
| -rw-r--r-- | assets/admin/lib/build.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/admin/lib/build.js b/assets/admin/lib/build.js new file mode 100644 index 0000000..a135e8d --- /dev/null +++ b/assets/admin/lib/build.js @@ -0,0 +1,10 @@ +// Entry point for bundling EditorJS and plugins into standalone ESM files. +// Run: bun run build + +export { default as EditorJS } from '@editorjs/editorjs'; +export { default as Header } from '@editorjs/header'; +export { default as Paragraph } from '@editorjs/paragraph'; +export { default as List } from '@editorjs/list'; +export { default as Code } from '@editorjs/code'; +export { default as Quote } from '@editorjs/quote'; +export { default as ImageTool } from '@editorjs/image'; |
