code: nextjs,frontends,god (3 files)

This commit is contained in:
2025-12-26 03:45:09 +00:00
parent f168d9856a
commit af4869ba99
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { getGodCredentialsExpiry } from './get-god-credentials-expiry'
import { setGodCredentialsExpiry } from './set-god-credentials-expiry'
import { setGodCredentialsExpiry } from '../setters/set-god-credentials-expiry'
import { getGodCredentialsExpiryDuration } from './get-god-credentials-expiry-duration'
import { getAdapter } from '../../core/dbal-client'

View File

@@ -1,5 +1,5 @@
import { setGodCredentialsExpiry } from './set-god-credentials-expiry'
import { getGodCredentialsExpiryDuration } from './get-god-credentials-expiry-duration'
import { getGodCredentialsExpiryDuration } from '../getters/get-god-credentials-expiry-duration'
/**
* Reset god credentials expiry to extend it by the configured duration

View File

@@ -0,0 +1 @@
export { prisma } from './config/prisma'