feat: add UI, add tests, refinements

This commit is contained in:
Benjamin Nussbaum 2025-06-11 12:28:45 +02:00
parent 56638b26e8
commit ccba0f23f1
9 changed files with 446 additions and 25 deletions

View file

@ -34,7 +34,7 @@ class DatabaseSeeder extends Seeder
$this->call([
ExampleRecipesSeeder::class,
MashupPocSeeder::class,
// MashupPocSeeder::class,
]);
}
}