info_docs_tfgrid4_tech/develop.sh

15 lines
241 B
Bash
Raw Permalink Normal View History

2025-01-16 06:42:17 +00:00
#!/bin/bash
set -ex
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${script_dir}"
echo "Docs directory: $script_dir"
2025-01-18 15:28:49 +00:00
#export NODE_OPTIONS=--openssl-legacy-provider
2025-01-16 06:42:17 +00:00
2025-01-18 15:28:49 +00:00
#npm run start -- --host 0.0.0.0
bun run start -p 3100