Files
frigate/docs/src/components/DockerComposeGenerator/config/index.ts
T

13 lines
286 B
TypeScript
Raw Normal View History

2026-05-04 02:56:51 +08:00
export { devices, deviceMap } from "./devices";
export { hardwareOptions, hardwareMap } from "./hardware";
export { ports, portMap } from "./ports";
export type {
DeviceConfig,
DeviceMapping,
VolumeMapping,
HardwareOption,
PortConfig,
NvidiaDeployConfig,
} from "./types";