()
| 49 | |
| 50 | return { |
| 51 | get adapter() { |
| 52 | if (_adapter) return _adapter; |
| 53 | _adapter = DrizzleAdapter(db()); |
| 54 | return _adapter; |
| 55 | }, |
| 56 | debug: process.env.NODE_ENV !== "production", |
| 57 | session: { |
| 58 | strategy: "jwt", |
nothing calls this directly
no test coverage detected