feat: add PROTO_PATHS
This commit is contained in:
5
src/proto/paths.ts
Normal file
5
src/proto/paths.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { join } from "path";
|
||||
|
||||
export const PROTO_PATHS = {
|
||||
AUTH: join(__dirname, "../../proto/auth.proto"),
|
||||
} as const;
|
||||
Reference in New Issue
Block a user