use proto as submodule

This commit is contained in:
Maxksim Fomenkov
2022-09-06 16:15:50 +03:00
parent 10bccb6852
commit cf6433cd9f
8 changed files with 10 additions and 363 deletions

View File

@@ -2,7 +2,7 @@ const grpc = require("@grpc/grpc-js");
const path = require('path')
const protoLoader = require("@grpc/proto-loader");
const PROTO_PATH = path.join(__dirname, "../proto/blockchain.proto");
const PROTO_PATH = path.join(__dirname, "../grpc/proto/blockchain.proto");
const options = {
keepCase: true,