feat(recipes): added initial recipe overview

This commit is contained in:
Ethan Holz
2023-11-06 18:13:30 -06:00
parent ac7c84b5cc
commit 03ed831ef9
2 changed files with 50 additions and 0 deletions

View File

@@ -142,6 +142,10 @@ export default defineConfig({
label: 'Ingredients',
autogenerate: { directory: 'ingredients' },
},
{
label: 'Recipes',
autogenerate: { directory: 'recipes' },
},
],
}),
tailwind({