summaryrefslogtreecommitdiffstats
path: root/assets/admin/lib/build.js
diff options
context:
space:
mode:
authorivar <i@oiee.no>2026-04-04 16:34:46 +0200
committerivar <i@oiee.no>2026-04-04 16:34:46 +0200
commita6355e7a6530af3335c4cd8af05f1e9c8b978169 (patch)
treec9d920d1e996ef1c42d3455825731598df6b56c2 /assets/admin/lib/build.js
parent8a093aacd162d3fd9f142b53aab9edfa061fd66a (diff)
downloadnebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.tar.xz
nebbet.no-a6355e7a6530af3335c4cd8af05f1e9c8b978169.zip
.
Diffstat (limited to 'assets/admin/lib/build.js')
-rw-r--r--assets/admin/lib/build.js10
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';