code: server,nextjs,frontends (5 files)

This commit is contained in:
Richard Ward
2025-12-30 20:07:30 +00:00
parent 5e96ccab29
commit ae8f7f911f
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import 'server-only'
// import 'server-only'
import { DBALClient } from '@/dbal'
import type { DBALConfig } from '@/dbal/runtime/config'

View File

@@ -1,4 +1,4 @@
import 'server-only'
// import 'server-only'
import type { User, UserRole } from '../../types/level-types'
import { getDBAL } from '../core/get-dbal.server'

View File

@@ -1,4 +1,4 @@
import 'server-only'
// import 'server-only'
import { getDBAL } from '../core/get-dbal.server'

View File

@@ -1,4 +1,4 @@
import 'server-only'
// import 'server-only'
import type { User, UserRole } from '../../types/level-types'
import { getDBAL } from '../core/get-dbal.server'

View File

@@ -1,4 +1,4 @@
import 'server-only'
// import 'server-only'
import type { User, UserRole } from '../../types/level-types'
import { getDBAL } from '../core/get-dbal.server'