Skip to content

Commit

Permalink
fix: add untracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
ookami-kb committed Oct 22, 2024
1 parent d95f99b commit 506f415
Show file tree
Hide file tree
Showing 5 changed files with 868 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ generate_protos:
protoc --plugin=protoc-gen-ts_proto=./node_modules/.bin/protoc-gen-ts_proto \
--ts_proto_out=./src/generated \
--ts_proto_opt=esModuleInterop=true \
--proto_path= ./protos/data.proto
--ts_proto_opt=importSuffix=.js \
--proto_path= ./protos/data.proto
1 change: 1 addition & 0 deletions dist/generated/google/protobuf/timestamp.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/generated/protos/data.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 506f415

Please sign in to comment.