Skip to content

Commit

Permalink
Remove leftovers from removing frontend server
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jul 21, 2024
1 parent fbb3bd8 commit b8858cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
2 changes: 1 addition & 1 deletion rust/common/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::configure()
.compile(
&["./../../schema/backend.proto", "./../../schema/frontend.proto"],
&["./../../schema/backend.proto"],
&["./../../schema/"],
)?;

Expand Down
59 changes: 0 additions & 59 deletions schema/frontend.proto

This file was deleted.

0 comments on commit b8858cf

Please sign in to comment.