feature/containerize-dependency #2

Merged
GW_MC merged 2 commits from feature/containerize-dependency into master 2025-11-13 19:33:32 +08:00
Showing only changes of commit 0ad768a3a3 - Show all commits

7
justfile Normal file
View File

@@ -0,0 +1,7 @@
simulate *args:
cd src/container && \
if [ -n "{{args}}" ]; then \
cargo run --bin container-simulate -- --db-type={{args}}; \
else \
cargo run --bin container-simulate; \
fi