mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
chore(nx/ckeditor5): create empty lib project
This commit is contained in:
1
packages/ckeditor5/src/index.ts
Normal file
1
packages/ckeditor5/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './lib/ckeditor5.js';
|
||||
3
packages/ckeditor5/src/lib/ckeditor5.ts
Normal file
3
packages/ckeditor5/src/lib/ckeditor5.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function ckeditor5(): string {
|
||||
return 'ckeditor5';
|
||||
}
|
||||
Reference in New Issue
Block a user