Dillon Raphael

Results 29 issues of Dillon Raphael

Closes: #3801 ### What are the changes and their implications? Only generate the prisma client if it's not found. It checks for both `@prisma/client` and `.prisma`.

status/in-review

### What is the problem? The current implementation creates a temporary `blitz-prisma-status.json` file in the temp directory and checks every time the prisma schema file has been changed. We can...

kind/bug
status/assigned

Closes: #3253 ### What are the changes and their implications? Migrate over recipe functionality from legacy framework. Some recipes still need to be updated to work with blitz 2.0 (https://github.com/blitz-js/blitz/issues/3813)...

status/in-review

### What is the problem? We're currently missing the ability to load custom a custom config for `baseLogger()` found in the blitz package. We should be loading the config here...

kind/bug
status/assigned

### What is the problem? Some recipes are out of date and need to be updated. - [ ] `recipes/secureheaders` - [ ] `recipes/theme-ui` - [ ] `recipes/vanilla-extract` The main...

kind/bug
status/ready-to-work-on

### What is the problem? Fails to generate the prisma client when running `blitz dev` with the global cli. It works when using `npx blitz dev`. ### Paste all your...

kind/bug
status/ready-to-work-on

A simple update to the framework array, updating the blitz properties to match the legacy framework. This PR detects a `blitz.config.(ts|js)` file which is specific to the legacy framework. With...

status/in-review

### What is the problem? Currently the blitz cli doesn't recognize a customer server file found in the `src` directory, but works when placed in the root. ### Where to...

kind/bug
status/ready-to-work-on

I'd like to have a single prisma schema that can be used with the inside `setTablesSchema()`. An example `schema.primsa` file: ``` // This is your Prisma schema file, // learn...

enhancement
working on it
roadmap