feat: add UI, add tests, refinements

This commit is contained in:
Benjamin Nussbaum 2025-06-11 12:28:45 +02:00
parent 8946cabf05
commit d45859643b
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,
]);
}
}