prisma
Here are 952 public repositories matching this topic...
What do you want and why?
When you create a new entity, say Project, you might have something like this:
const CreateProject = z.object({
name: z.string()
})
<ProjectForm
schema={CreateProject}
.../>
function ProjectForm<..> {
<LabeledTextField name="name" label="Name" placeholder="Name" />
}
This works fine. Fronted validation correctly highlights t
Continued from this reference PR #1773
Via a command like yarn rw setup command-alias
, use Shadowenv to run redwood commands with just rw dev
(for example). This setup command should:
- add .shadowenv.d/rw.lisp
- console output the installation steps and link to Shadowenv Doc
See commen
-
Updated
Jul 20, 2021 - TypeScript
Let's move the CI over to Github Actions!
-
Updated
Sep 3, 2019 - TypeScript
in the base folder in the code that generated adding comment that say not to overwrite the contant to prevent git collision
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Jul 12, 2021 - TypeScript
-
Updated
May 9, 2021 - TypeScript
-
Updated
Jul 21, 2021 - TypeScript
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Mar 12, 2018 - Swift
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Jul 15, 2021
-
Updated
Jul 15, 2021 - TypeScript
-
Updated
Jul 21, 2021 - TypeScript
-
Updated
Sep 14, 2018 - TypeScript
Improve this page
Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."
Intended that the full output is bolded?