Skip to content

Commit 5c7aa6a

Browse files
committed
fix: build issues
1 parent 6720c2d commit 5c7aa6a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tokio = "1.12"
4949
tracing-actix-web = { version = "0.7", features = ["opentelemetry_0_17"] }
5050
tracing-opentelemetry = "0.17.0"
5151
tracing-subscriber = { version = "0.3.16", features = ["std"] }
52-
ts-rs = { version = "7.0", git = "https://github.com/alexschrod/ts-rs", branch = "flatten-untagged-hack" }
52+
ts-rs = { version = "7.0", git = "https://github.com/ilyvion-contrib/ts-rs", branch = "flatten-untagged-hack" }
5353
uuid = { version = "1.1", features = ["serde"] }
5454

5555
[workspace]

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV NODE_MAJOR=18
4343
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
4444
RUN DEBIAN_FRONTEND=noninteractive \
4545
apt-get update && \
46-
apt-get install nodejs -y && \
46+
apt-get install nodejs npm -y && \
4747
apt-get clean
4848

4949

0 commit comments

Comments
 (0)