fix: add theater proto paths
This commit is contained in:
parent
67f2fc6472
commit
276e1bb7e7
@ -34,4 +34,6 @@ export const PROTO_PATHS = {
|
|||||||
MOVIE: join(__dirname, '../../proto/movie.proto'),
|
MOVIE: join(__dirname, '../../proto/movie.proto'),
|
||||||
/** Путь к `category.proto` (пакет `category.v1`) */
|
/** Путь к `category.proto` (пакет `category.v1`) */
|
||||||
CATEGORY: join(__dirname, '../../proto/category.proto'),
|
CATEGORY: join(__dirname, '../../proto/category.proto'),
|
||||||
|
/** Путь к `theater.proto` (пакет `theater.v1`) */
|
||||||
|
THEATER: join(__dirname, '../../proto/theater.proto'),
|
||||||
} as const
|
} as const
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user