fix(recipe-generation): justera mock-ingredienser mot seed-katalogen så pilotbatch blir granskbar
This commit is contained in:
@@ -73,12 +73,12 @@ const targets: PipelineTarget[] = [
|
||||
{ mealType: "dinner", mainIngredientId: "chicken_breast", dietVariant: "standard", count: 4 },
|
||||
{ mealType: "dinner", mainIngredientId: "chicken_thigh", dietVariant: "standard", count: 2 },
|
||||
// Köttfärs × allätare
|
||||
{ mealType: "dinner", mainIngredientId: "ground_beef", dietVariant: "standard", count: 3 },
|
||||
{ mealType: "dinner", mainIngredientId: "ground_pork", dietVariant: "standard", count: 2 },
|
||||
{ mealType: "dinner", mainIngredientId: "minced_beef", dietVariant: "standard", count: 3 },
|
||||
{ mealType: "dinner", mainIngredientId: "minced_mixed", dietVariant: "standard", count: 2 },
|
||||
// Veg-varianter
|
||||
{ mealType: "dinner", mainIngredientId: "tofu_firm", dietVariant: "vegan", count: 3 },
|
||||
{ mealType: "dinner", mainIngredientId: "lentils_red", dietVariant: "vegetarian", count: 2 },
|
||||
{ mealType: "dinner", mainIngredientId: "chickpeas", dietVariant: "vegan", count: 2 },
|
||||
{ mealType: "dinner", mainIngredientId: "tofu", dietVariant: "vegan", count: 3 },
|
||||
{ mealType: "dinner", mainIngredientId: "red_lentils", dietVariant: "vegetarian", count: 2 },
|
||||
{ mealType: "dinner", mainIngredientId: "chickpeas_canned", dietVariant: "vegan", count: 2 },
|
||||
];
|
||||
|
||||
// ── 5. Kör pipelinen ───────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user