switchade t bootstrap och testar solid-bootstrap. konf för calibre. test m covers

This commit is contained in:
2025-09-06 01:27:13 +02:00
parent 5ae7c7f47b
commit 1744a5b7de
11 changed files with 476 additions and 38 deletions

View File

@@ -0,0 +1,10 @@
namespace Bibblan.Models
{
public class BibblanOptions
{
public const string Bibblan = "Bibblan";
public string CalibreDb { get; set; } = String.Empty;
public string CalibreRoot { get; set; } = String.Empty;
}
}