mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 14:54:55 +00:00
code: nextjs,frontends,configs (2 files)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { ComponentConfig } from '../types'
|
||||
|
||||
export async function getComponentConfigs(): Promise<Record<string, ComponentConfig>> {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { getAdapter } from '../dbal-client'
|
||||
import { getAdapter } from '../../core/dbal-client'
|
||||
import type { ComponentConfig } from '../types'
|
||||
|
||||
export async function setComponentConfigs(configs: Record<string, ComponentConfig>): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user