add: add ldap protobuf
Some checks failed
Publish / Publish Job (push) Failing after 1m10s

This commit is contained in:
Дмитрий
2026-03-30 15:54:12 +03:00
parent d81e20c41a
commit 3ef32ab618
4 changed files with 32 additions and 5 deletions

View File

@@ -2,4 +2,5 @@ import { join } from "path";
export const PROTO_PATHS = {
AUTH: join(__dirname, "../../proto/identity.proto"),
LDAP: join(__dirname, "../../proto/ldap.proto"),
} as const;