Patch Release
Includes the following fixes:
- Avoid generating gql types if not cell present #2710 by @dac09
- Vercel deployments fail when using @redwoodjs/logger #2736
- related fix: vercel/nft#220
- Missing Type in api-server: upgrade @types packages, apollo-server-lambda #2738 by @thedavidprice
- Missing
.gitignore
in new project installation: Change handling of crwa/template/.gitignore #2752 by @thedavidprice
Code Modifications
If you installed a new project at version v0.33.0
using yarn create redwood-app ...
, your project is likely missing a .gitignore
file. Please confirm and then follow these steps if needed:
- create the file in your project root:
.gitignore
- copy and paste the ignore paths using this template file as a reference: template/.gitignore
.idea
.DS_Store
.env
.netlify
.redwood
dev.db*
dist
dist-babel
node_modules
yarn-error.log
web/public/mockServiceWorker.js