commit before hard reset to change connection

This commit is contained in:
2026-02-15 23:15:56 +01:00
parent be5bd2b2bf
commit af9d69cc78
6 changed files with 383 additions and 154 deletions

View File

@@ -107,6 +107,10 @@ export interface BookProject {
author: string;
lastModified: number;
settings?: BookSettings;
// Direct fields sometimes used in creation/updates before settings normalization
genre?: string;
pov?: string;
tense?: string;
chapters: Chapter[];
entities: Entity[];
workflow?: WorkflowData;