next.js/scripts/deploy-turbopack-docs.sh
deploy-turbopack-docs.sh5 lines221 B
#!/usr/bin/env bash
set -euo pipefail

PACKAGES="-p next-napi-bindings -p next-api -p next-build -p next-core -p next-custom-transforms"
RUSTDOCFLAGS="-Z unstable-options --enable-index-page" cargo doc $PACKAGES --no-deps
Quest for Codev2.0.0
/
SIGN IN