fix(database): applicera compound-allergen-rättningar + vegansk currypasta
This commit is contained in:
@@ -77,6 +77,7 @@ const targets: PipelineTarget[] = [
|
||||
{ mealType: "dinner", mainIngredientId: "minced_mixed", dietVariant: "standard", count: 2 },
|
||||
// Veg-varianter
|
||||
{ mealType: "dinner", mainIngredientId: "tofu", dietVariant: "vegan", count: 3 },
|
||||
{ mealType: "dinner", mainIngredientId: "red_curry_paste_vegan", dietVariant: "vegan", count: 2 },
|
||||
{ mealType: "dinner", mainIngredientId: "red_lentils", dietVariant: "vegetarian", count: 2 },
|
||||
{ mealType: "dinner", mainIngredientId: "chickpeas_canned", dietVariant: "vegan", count: 2 },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user