Skip to content

Commit

Permalink
Fix bug where --TrackingBase option by itself causes generated proj…
Browse files Browse the repository at this point in the history
…ect to not compile
  • Loading branch information
adamskt committed Nov 4, 2024
1 parent 6a32270 commit 52e9c9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
global using Coalesce.Starter.Vue.Data.Auth;
global using Coalesce.Starter.Vue.Data.Coalesce;
global using Coalesce.Starter.Vue.Data.Utilities;
#if (Identity || ExampleModel)
#if (Identity || ExampleModel || TrackingBase)
global using Coalesce.Starter.Vue.Data.Models;
#endif

Expand Down

0 comments on commit 52e9c9a

Please sign in to comment.