feat: add servings field to Recipe model and implement inventory comparison functionality
This commit is contained in:
@@ -100,6 +100,7 @@ export type Recipe = {
|
||||
description: string | null;
|
||||
instructions: string | null;
|
||||
imageUrl: string | null;
|
||||
servings: number | null;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
ingredients: RecipeIngredient[];
|
||||
|
||||
Reference in New Issue
Block a user