1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Chore: Automatically build migration index

This commit is contained in:
Laurent Cozic
2024-01-04 17:18:57 +00:00
parent 9aa7240d5e
commit a281163353
15 changed files with 69 additions and 41 deletions

View File

@ -1,4 +1,4 @@
// AUTO-GENERATED using `gulp buildCommandIndex`
// AUTO-GENERATED using `gulp buildScriptIndexes`
import * as focusElementNoteBody from './focusElementNoteBody';
import * as focusElementNoteTitle from './focusElementNoteTitle';
import * as pasteAsText from './pasteAsText';
@ -14,4 +14,4 @@ const index:any[] = [
];
export default index;
// AUTO-GENERATED using `gulp buildCommandIndex`
// AUTO-GENERATED using `gulp buildScriptIndexes`