auto-scan initial code. Feature not yet complete
This commit is contained in:
parent
c99ee56f24
commit
cb8b5d74d7
8 changed files with 72 additions and 9 deletions
|
|
@ -122,6 +122,9 @@ namespace AppScaffolding
|
|||
|
||||
if (!config.Exists(nameof(config.ChapterFileTemplate)))
|
||||
config.ChapterFileTemplate = Templates.ChapterFile.DefaultTemplate;
|
||||
|
||||
if (!config.Exists(nameof(config.AutoScan)))
|
||||
config.AutoScan = true;
|
||||
}
|
||||
|
||||
/// <summary>Initialize logging. Run after migration</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue