@flyo/nitro-astro 2.3.3 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,7 +26,7 @@ const mode = readEnv("MODE", "-");
|
|
|
26
26
|
const vercelDeploymentId = readEnv("VERCEL_DEPLOYMENT_ID", "-");
|
|
27
27
|
|
|
28
28
|
// prefer your own sha, otherwise Vercel's
|
|
29
|
-
const
|
|
29
|
+
const vercelGitCommitSha = readEnv("VERCEL_GIT_COMMIT_SHA", "-");
|
|
30
30
|
|
|
31
31
|
// prefer your own release/version, otherwise empty
|
|
32
32
|
const version = readEnv("VERSION", "");
|