Brandon Bayer

Results 157 comments of Brandon Bayer

No, it didn't rename anything. I manually passed it the path to events.ts, a mobx-state-tree store. What about adding a CLI flag to replace all variants? If it doesn't replace...

This glob pattern is working for me to include dot files: `"templates/**/{.*,*}"`

closing for inactivity, feel free to comment if this is still an issue

@dillonraphael 👆

@karimsx awesome! Sorry for delay in responding here, you don't have to wait for confirmation if it's labeled `status/ready-to-work-on`

@Roesh you are a gem for working on this!!

@Roesh ok awesome!! I will review next week. @beerose can you take first pass through reviewing and testing this? Then I can do a more final review.

> I noticed that after generating a new model, the template line remains in the form component. Is it expected? Yes, that way after can run `blitz generate` a second...

@Roesh **Config map:** - Yes we can add `prismaType` if we need that. So essentially the keys inside fieldTypeMap are what we accept as arguments to `blitz generate`. - I'm...

@Roesh here's how you can run `prisma format`: https://github.com/blitz-js/blitz/blob/canary/packages/cli/src/commands/new.ts#L320-L322 But do we already do that?