feat: add chat proto file
All checks were successful
Publish / Publish Job (push) Successful in 2m22s

This commit is contained in:
Дмитрий
2026-04-17 21:22:47 +03:00
parent e47837c300
commit 1e1f1ba663
3 changed files with 111 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ export const PROTO_PATHS = {
__dirname,
"../../proto/notifications/notifications.proto",
),
CHAT: join(__dirname, "../../proto/chat/chat.proto"),
} as const;