Update docker files to build from the folder above to include the proto files.

This commit is contained in:
iamBadgers
2025-06-07 23:30:26 -07:00
parent a2a51754f7
commit a3ecb70abe
8 changed files with 914 additions and 353 deletions

View File

@@ -0,0 +1,7 @@
import * as grpc from '@grpc/grpc-js'
import { Character } from './proto/character'
export function initCharacterService(server: grpc.Server) {
}