mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-01 01:05:00 +00:00
code: nextjs,frontends,god (3 files)
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
1
frontends/nextjs/src/lib/prisma.ts
Normal file
1
frontends/nextjs/src/lib/prisma.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { prisma } from './config/prisma'
|
||||
Reference in New Issue
Block a user