Emily Medhurst

Results 2 comments of Emily Medhurst

A workaround for this is to set `injectEndpoints: false` in the `auth-astro` integration config. Then, create your own `src/pages/api/[...auth].ts` with the following: ```ts import { AstroAuth } from "auth-astro/server"; export...

This is the one thing preventing me from using custom code generation instead of PhpStorm's templates