persona-community-5/.pnpm-store/v3/files/e9/a3f8eda8ad7489eedd4f1273c65b9bff891feab328c5fb46e7bd370ea9e72c97adeed5d2f13a3410d107a35d9dca7c2cd23cf4020e53c04b9033d84ae615c8
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

5 lines
116 B
Plaintext

import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig