mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(aspire): delay api until db online
This commit is contained in:
parent
3b38775665
commit
60d4e97aff
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
builder.AddProject<FilterLists_Directory_Api>("directoryapi")
|
||||
.WithReference(directoryDb)
|
||||
.WaitFor(directoryDb)
|
||||
.WithExternalHttpEndpoints();
|
||||
|
||||
builder.Build().Run();
|
||||
Loading…
Reference in a new issue