mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
stuff
This commit is contained in:
9
src/resources/cert-manager/cert-manager.ts
Normal file
9
src/resources/cert-manager/cert-manager.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Certificate } from './certificate/certificate.ts';
|
||||
|
||||
import type { ResourceClass } from '#services/resources/resources.ts';
|
||||
|
||||
const certManager = {
|
||||
certificate: Certificate,
|
||||
} satisfies Record<string, ResourceClass<ExpectedAny>>;
|
||||
|
||||
export { certManager };
|
||||
Reference in New Issue
Block a user