* Create "me" view for logged in user
* Implement user auth on web
* Fix type errors
* Setup static regeneration
* Disable next export
* Address PR feedback
* Setup prettier-ignore and add more instructions on running backend
* Dont throw error when updating verified accounts
* Migrate account-type to use tables instead of native enum
* Migrate enneagram_type to use table instead of native enum
* Update schema and front end for new enum tables
* Fix type errors
* Remove unused models
* add new props into Player model
* Added props to Guild
* Setting guild type as a foreign-key reference
* Use foreign table for skills
* Seed data
* prettier