some frontend
Build / Build-image (push) Failing after 7s

This commit is contained in:
2026-08-09 19:48:30 +02:00
parent c1e8daacff
commit 4b2df8f9bd
15 changed files with 3833 additions and 417 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class DatabaseSeeder extends Seeder
public function run(): void
{
// User::factory(10)->create();
Tla::factory(30)->create();
Tla::factory(10)->create();
/*
User::factory()->create([
'name' => 'Test User',