-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This PR moves the generated files in `api/` to live alongside their respective `.proto` spec files. This fixes an issue with the Go module path not matching what was defined in the `.proto` files and also simplifies the file structure overall.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,6 @@ RUN go install github.com/envoyproxy/[email protected] | |
RUN go install github.com/srikrsna/[email protected] | ||
|
||
# WEB | ||
# TODO: should we have versions on these? | ||
RUN npm install typescript tsx | ||
RUN npm install @bufbuild/buf \ | ||
@bufbuild/protobuf \ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
version: v1 | ||
plugins: | ||
- plugin: es | ||
out: gen/web | ||
out: . | ||
opt: | ||
- target=ts | ||
- plugin: es | ||
out: gen/web | ||
out: . | ||
opt: | ||
- target=js | ||
- plugin: connect-es | ||
out: gen/web | ||
out: . | ||
opt: | ||
- target=ts | ||
- plugin: connect-es | ||
out: gen/web | ||
out: . | ||
opt: | ||
- target=js | ||
- name: connect-query | ||
out: gen/web | ||
out: . | ||
opt: target=ts | ||
- name: connect-query | ||
out: gen/web | ||
out: . | ||
opt: target=js |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.