refinement phase 1
This commit is contained in:
@@ -107,6 +107,11 @@ if (!app.Environment.IsEnvironment("Testing"))
|
||||
await app.ApplyMigrationsAsync();
|
||||
await app.SeedDefaultUsersAsync();
|
||||
await app.SeedPaymentGatewaysAsync();
|
||||
|
||||
// Development-only: populate a demo marketplace (nurses/variants/search rows, customers/patients)
|
||||
// so the real-path screens aren't empty. Idempotent; never runs in Production/Staging.
|
||||
if (app.Environment.IsDevelopment())
|
||||
await app.SeedDemoWorldAsync();
|
||||
}
|
||||
|
||||
if (app.Environment.IsDevelopment())
|
||||
|
||||
Reference in New Issue
Block a user