Dillon Raphael
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`.
### 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...
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)...
### 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...
### 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...
### 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...
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...
### 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...
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...