diff --git a/src/Templates/Boilerplate/Bit.Boilerplate/.template.config/template.json b/src/Templates/Boilerplate/Bit.Boilerplate/.template.config/template.json index 89bc9c641b..87882c4880 100644 --- a/src/Templates/Boilerplate/Bit.Boilerplate/.template.config/template.json +++ b/src/Templates/Boilerplate/Bit.Boilerplate/.template.config/template.json @@ -498,6 +498,7 @@ { "condition": "(offlineDb != true)", "exclude": [ + "src/Server/Boilerplate.Server.Api/Controllers/Todo/TodoItemTableController", "src/Client/Boilerplate.Client.Core/Data/**", "src/Client/Boilerplate.Client.Core/Services/SyncService.cs", "src/Client/Boilerplate.Client.Core/Components/Pages/OfflineTodoPage*",