mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
code: server,nextjs,frontends (5 files)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import 'server-only'
|
||||
// import 'server-only'
|
||||
|
||||
import { DBALClient } from '@/dbal'
|
||||
import type { DBALConfig } from '@/dbal/runtime/config'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import 'server-only'
|
||||
// import 'server-only'
|
||||
|
||||
import { getDBAL } from '../core/get-dbal.server'
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user