scaffold create/edit beer form, scaffold beer page

This commit is contained in:
Aaron William Po
2023-01-23 20:13:25 -05:00
parent f08731de17
commit 972846f5a8
29 changed files with 776 additions and 70 deletions

View File

@@ -32,7 +32,7 @@ const createNewBeerPosts = async ({
abv: 10,
ibu: 10,
name: `${faker.commerce.productName()} ${beerType.name}`,
description: faker.lorem.lines(),
description: faker.lorem.lines(24),
brewery: { connect: { id: breweryPost.id } },
postedBy: { connect: { id: user.id } },
type: { connect: { id: beerType.id } },