config not found

Hey, I am using React Router v7 and better-auth can not find my config.
This is the path of the file:
app/utils/auth.server.ts

I already read this:
https://github.com/better-auth/better-auth/pull/1456

So I guess this should be supported.

The file:
export const auth = betterAuth({
  database: drizzleAdapter(db, {
    provider: "sqlite",
  }),
....
});

Did I miss something?
Was this page helpful?