pub fn git_version_info(describe: &str) -> GitVersionInfo<'_>Expand description
Returns version info derived from the supplied Next.js version and compile-time git metadata.
The dirty flag is only set when not running in CI (CI env var unset at build time) and the
working tree was dirty at build time.