Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyvion committed Feb 3, 2024
1 parent 6720c2d commit 5c7aa6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tokio = "1.12"
tracing-actix-web = { version = "0.7", features = ["opentelemetry_0_17"] }
tracing-opentelemetry = "0.17.0"
tracing-subscriber = { version = "0.3.16", features = ["std"] }
ts-rs = { version = "7.0", git = "https://github.com/alexschrod/ts-rs", branch = "flatten-untagged-hack" }
ts-rs = { version = "7.0", git = "https://github.com/ilyvion-contrib/ts-rs", branch = "flatten-untagged-hack" }
uuid = { version = "1.1", features = ["serde"] }

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ENV NODE_MAJOR=18
RUN echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && \
apt-get install nodejs -y && \
apt-get install nodejs npm -y && \
apt-get clean


Expand Down

0 comments on commit 5c7aa6a

Please sign in to comment.