You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a proto's defined with protovalidate. Now with buf.build/bufbuild/es:v2.2.3 if I generate it import import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb"; protovalidate for js/ts is not support yet. This breaks our build. I fix the issue with include_imports: true but the path generated is wrong.
The text was updated successfully, but these errors were encountered:
I have a proto's defined with protovalidate. Now with
buf.build/bufbuild/es:v2.2.3
if I generate it importimport { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
protovalidate for js/ts is not support yet. This breaks our build. I fix the issue withinclude_imports: true
but the path generated is wrong.The text was updated successfully, but these errors were encountered: