fix invalid simulate location and sqlite connection for seaorm

This commit is contained in:
GW_MC
2025-11-13 20:11:04 +08:00
parent de914e41a9
commit 7a1617e1ee
2 changed files with 2 additions and 2 deletions

View File

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