Siddharth Suresh
Siddharth Suresh
Using the template of the launch.json files in the https://blitzjs.com/docs/troubleshooting#vscode - [x] Added .vscode/launch.json in packages/generator/templates/app - [x] Added .vscode/launch.json in packages/generator/templates/minimalapp Closes: #3624
As mentioned in #3319, I have used the @blitz/codemod to change the legacy examples to now use the Blitz Toolkit. I have converted the static, store and the plain-js examples....
- [x] replace blitz.config.js to next.config.js - [x] remove pages directory from app/auth and add it to pages/auth - [x] remove babel.config.js - [x] convert file names in projects/ from...
- [x] Fix missing gSP wrapper for getStaticProps in https://blitzjs.com/docs/query-usage#get-static-props - [x] Fix imports in paginated query page example - https://blitzjs.com/docs/use-paginated-query#example
Closes: #3361 ### What are the changes and their implications? - [ ] TODO: Currently works in branches in the origin repository, need to fix the git error for remote...
Closes: ? ### What are the changes and their implications? ## Bug Checklist - [ ] Changeset added (run `pnpm changeset` in the root directory) - [ ] Integration test...
### What are the changes and their implications? Usage: ```ts // app/api/rpc/[[...blitz]]/route.ts import {rpcAppHandler} from "@blitzjs/rpc" import {withBlitzAuth} from "app/blitz-server" export const {GET, POST, HEAD} = withBlitzAuth(rpcAppHandler()) ``` If using...
Docs for https://github.com/blitz-js/blitz/pull/4341
Closes: https://github.com/blitz-js/blitz/issues/4188 ### What are the changes and their implications? ## Feature Checklist - [ ] Changeset added (run `pnpm changeset` in the root directory) - [ ] Integration test...
Closes: https://github.com/blitz-js/blitz/issues/4378 ### What are the changes and their implications? ## Bug Checklist - [ ] Changeset added (run `pnpm changeset` in the root directory) - [ ] Integration test...