chore: add run customization

This commit is contained in:
qwqVictor 2024-04-22 12:39:20 +08:00
parent b2a0dfa54f
commit 22043ef403

4
run.sh
View File

@ -6,4 +6,8 @@ elif [ "d" = "$1" ]; then
cargo make install-debug
fi
if [ -n "$CUSTOMIZATION" ]; then
sh -c "$CUSTOMIZATION"
fi
"$(dirname $0)/build/axum-websockify" 0.0.0.0:8080 $2 --web "$(dirname $0)/build"