import { AuthConfig, env } from '@extollo/lib' const authConfig: AuthConfig = { repositories: { session: 'orm', }, } export default authConfig