We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f76da commit 545d06eCopy full SHA for 545d06e
.licenserc.json
@@ -52,6 +52,7 @@
52
"src/react-native-app/expo-env.d.ts",
53
"src/recommendation/demo_pb2.py",
54
"src/recommendation/demo_pb2_grpc.py",
55
+ "src/frontend/protos/demo.ts",
56
"internal/tools/"
57
]
58
}
src/frontend/genproto/Dockerfile
@@ -11,4 +11,4 @@ COPY ./src/frontend/package*.json ./
11
12
RUN npm ci
13
14
-COPY ./pb /build/pb
+COPY ./pb /build/pb
0 commit comments