contracts/src/proto/paths.ts
Sergey Krylov 954d352941
All checks were successful
Publish / Publish npm package action (push) Successful in 19s
feat: add proto paths
2026-01-28 06:13:27 +03:00

6 lines
126 B
TypeScript

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