-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8 build list skeleton #55
Conversation
src/pages/api/addItem.ts
Outdated
@@ -1,6 +1,6 @@ | |||
import { NextApiRequest, NextApiResponse } from "next"; | |||
import { z, ZodError } from "zod"; | |||
import { Items, PrismaClient } from "@prisma/client"; | |||
import { PrismaClient } from "@prisma/client"; | |||
|
|||
const prisma = new PrismaClient(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets import the top level prisma client, reverse merge to get those changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see changes, can we remove the storybook-static folder from this branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
storybook static files are still included on this branch
Sorry Ned, that i failed so hard getting that one done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls resolve the merge conflict on tailwind config with main, then i'll merge it
Changes shifted to "ItemIntoMapper" |
No description provided.