From a6355e7a6530af3335c4cd8af05f1e9c8b978169 Mon Sep 17 00:00:00 2001 From: ivar Date: Sat, 4 Apr 2026 16:34:46 +0200 Subject: . --- assets/admin/lib/build.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 assets/admin/lib/build.js (limited to 'assets/admin/lib/build.js') 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'; -- cgit v1.3