Update docker files to build from the folder above to include the proto files.
This commit is contained in:
7
vault/src/character_service.ts
Normal file
7
vault/src/character_service.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as grpc from '@grpc/grpc-js'
|
||||
|
||||
import { Character } from './proto/character'
|
||||
|
||||
export function initCharacterService(server: grpc.Server) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user