feat: ship native boss android console
This commit is contained in:
8
scripts/run-web.sh
Executable file
8
scripts/run-web.sh
Executable 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"
|
||||
Reference in New Issue
Block a user