0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-07 17:40:57 +00:00

Lexical: Switched to ts for new editor build

This commit is contained in:
Dan Brown 2024-05-27 23:50:28 +01:00
parent 6e852d2e65
commit 49546cd627
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9
6 changed files with 62 additions and 30 deletions
dev/build

View file

@ -14,7 +14,7 @@ const entryPoints = {
code: path.join(__dirname, '../../resources/js/code/index.mjs'),
'legacy-modes': path.join(__dirname, '../../resources/js/code/legacy-modes.mjs'),
markdown: path.join(__dirname, '../../resources/js/markdown/index.mjs'),
wysiwyg: path.join(__dirname, '../../resources/js/wysiwyg/index.mjs'),
wysiwyg: path.join(__dirname, '../../resources/js/wysiwyg/index.ts'),
};
// Locate our output directory