fix(domains): close edit modal after save and drop Lima seeds

Dispatch edit-domain-saved so Alpine closes the domain edit modal,
wire Save to updateDomain, and force white active log toolbar text in
dark mode. Seed railpack examples on the local Docker destination only
and remove Lima servers, environments, and V5DevLimaSeeder.
This commit is contained in:
Andras Bacsai
2026-08-06 13:45:19 +02:00
parent bb83c1e3be
commit 9fd2a21f24
17 changed files with 116 additions and 402 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ it('runs the v5 dev Lima seeder with the normal development database seeder', fu
$developmentSeederBlock = str($databaseSeeder)->after("if (in_array(config('app.env'), ['local', 'development', 'dev'], true)) {")->before(' }')->toString();
expect($developmentSeederBlock)->toContain('DevelopmentRailpackExamplesSeeder::class')
->and($developmentSeederBlock)->toContain('V5DevLimaSeeder::class');
->and($developmentSeederBlock)->not->toContain('V5DevLimaSeeder::class');
});
it('disables Flux host binding by default in the Docker development environment', function () {