feat: add dedicated douyin workbench entry

This commit is contained in:
kris
2026-03-21 04:57:18 +08:00
parent 9f921fff94
commit 7171dae91c
5 changed files with 148 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -eu
PORT="${DOUYIN_WORKBENCH_PORT:-3618}"
lsof -tiTCP:"$PORT" -sTCP:LISTEN | xargs -r kill
echo "douyin workbench stopped: $PORT"