vercel
vercel copied to clipboard
Update blitz framework properties to match legacy blitz detection
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 the blitz 2.0 update the framework detection should automatically be next.js.
📋 Checklist
Tests
- [X] The code changed/added as part of this PR has been covered with tests
- [X] All tests pass locally with
yarn test-unit
Code Review
- [X] This PR has a concise title and thorough description useful to a reviewer