From 276e1bb7e75cf0c44a37e6ef1bb2ba9913999b6c Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 15 Apr 2026 07:26:38 +0300 Subject: [PATCH] fix: add theater proto paths --- src/proto/paths.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/proto/paths.ts b/src/proto/paths.ts index b6df230..50bf8d1 100644 --- a/src/proto/paths.ts +++ b/src/proto/paths.ts @@ -34,4 +34,6 @@ export const PROTO_PATHS = { MOVIE: join(__dirname, '../../proto/movie.proto'), /** Путь к `category.proto` (пакет `category.v1`) */ CATEGORY: join(__dirname, '../../proto/category.proto'), + /** Путь к `theater.proto` (пакет `theater.v1`) */ + THEATER: join(__dirname, '../../proto/theater.proto'), } as const