Skip to content

Commit 06d051e

Browse files
committed
enabled telemetry on products
1 parent de849a1 commit 06d051e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/SourceSchemas/Inventory/Demo.Inventory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
21-
21+
<PackageReference Include="ChilliCream.Nitro" />
2222
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL"/>
2323
</ItemGroup>
2424

src/SourceSchemas/Inventory/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
builder
1010
.AddGraphQL(Env.InventoryApi)
11+
.AddNitro()
1112
.AddDefaultSettings()
1213
.AddInventoryTypes()
1314
.InitializeOnStartup(InventoryContext.SeedDataAsync, skipIf: args.IsGraphQLCommand());

0 commit comments

Comments
 (0)