add proto path link
All checks were successful
Publish / Publish Job (push) Successful in 2m41s

This commit is contained in:
Дмитрий
2026-04-02 21:05:08 +03:00
parent e4b4a30664
commit 97a6e14a77
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
import { join } from "path";
export const PROTO_PATHS = {
AUTH: join(__dirname, "../../proto/identity.proto"),
AUTH: join(__dirname, "../../proto/auth.proto"),
LDAP_AUTH: join(__dirname, "../../proto/ldap-auth.proto"),
ACCOUNT: join(__dirname, "../../proto/account.proto"),
TWOFA: join(__dirname, "../../proto/twofa.proto"),
LDAP: join(__dirname, "../../proto/ldap.proto"),
} as const;