info_docs_depin/develop.sh
2025-01-12 12:33:45 +01:00

13 lines
217 B
Bash
Executable File

#!/bin/bash
set -ex
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
export NODE_OPTIONS=--openssl-legacy-provider
pnpm run start -- --host 0.0.0.0