feat: ship native boss android console

This commit is contained in:
kris
2026-03-26 23:16:56 +08:00
parent 90e904814d
commit 90cb6b7ff1
261 changed files with 40051 additions and 135 deletions

8
scripts/run-web.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/zsh
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
PORT_VALUE="${PORT:-3000}"
cd "$ROOT_DIR"
exec node .next/standalone/server.js --hostname 0.0.0.0 --port "$PORT_VALUE"