import { join } from "path"; export const PROTO_PATHS = { AUTH: join(__dirname, "../../proto/identity.proto"), } as const;