* Add display package
* Extract out log to display package
* Remove server references from packages that dont use it
* Remove incorrect dependency
* Fix up incorrect module field
* wip
* working rpc mutation
* queries and mutations working!!
* prewarm the lamba
* update withBlitz config wrapper - remove stuff no longer needed
* switch from `pages` to `routes`
* fix a test issue
* fix cli test
* Add file addition and subtraction to transform stream
* Remove comments
* Allow pages and routes
* Allow routes folder without context
* Tidy up build rules
* Fix broken transform test
* Use done callback to ensure all events have passed in stream test
* Fix next build breaking
* File generation RPC works
* Remove commented out code
* Ensure correct jest version so tests run and tidy up
* Fix up linting
* Tidy up synchroniser
* Ensure watcher close is run when watchmode is false
* typo
* update cli readme
* Fix start error
* Downgrade ts-jest to remove warning
* fix build with static pages
* rerun prettier on all files
* yarn workspace: nohoist husky and prisma
* add missing dependency
Co-authored-by: Rudi Yardley <contact@rudiyardley.com>