* chore: compile TS into /dist
Having the output co-located with the source meant that the js would be
imported by default. Given that we don't recompile on source changes,
this means the server got 'stuck' at the point of compilation and would
only register changes on build.
Also, compiling to a dist directory should make it easier to build when
we want to deploy. That said, the motivation is mostly DX.
* fix: put schema.prisma in the default location
* feat(next-api): add fastify-auth0-verify plugin
* feat(next-api): add fastify-jwt-authz plugin
* feat(next-api): accept privacy endpoint with scopes support
* fix(next-api): ignore eslint and ts errors
They will be fixed in a future PR when the package with errors has been updated
Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>