code: nextjs,frontends,configs (2 files)

This commit is contained in:
2025-12-26 03:31:09 +00:00
parent baf272102c
commit 62a2c16030
2 changed files with 2 additions and 2 deletions

View File

@@ -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>> {

View File

@@ -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> {