content(learn cli): make up to date#7307
Merged
AugustinMauroy merged 10 commits intomainfrom Dec 23, 2024
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
There was a problem hiding this comment.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 suggestion.
Comments skipped due to low confidence (1)
apps/site/pages/en/learn/command-line/run-nodejs-scripts-from-the-command-line.md:17
- The angle brackets around the URL are unnecessary. It should be: "shebang".
You can also embed this information into your JavaScript file with a ["shebang"](<https://en.wikipedia.org/wiki/Shebang_(Unix)>) line.
apps/site/pages/en/learn/command-line/run-nodejs-scripts-from-the-command-line.md
Outdated
Show resolved
Hide resolved
mikeesto
reviewed
Dec 2, 2024
apps/site/pages/en/learn/command-line/output-to-the-command-line-using-nodejs.md
Show resolved
Hide resolved
ovflowd
approved these changes
Dec 13, 2024
ruyadorno
reviewed
Dec 16, 2024
apps/site/pages/en/learn/command-line/how-to-read-environment-variables-from-nodejs.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Ruy Adorno <ruyadorno@google.com> Signed-off-by: Augustin Mauroy <augustin.mauroy@outlook.fr>
Member
Author
|
Let's merge this ? |
marco-ippolito
approved these changes
Dec 21, 2024
Contributor
This was referenced Jul 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
styleTextAPIlatest-v22.xeverywhere--run.envexplainingValidation
v22Related Issues
No related issues.
Check List
npm run formatto ensure the code follows the style guide.npm run testto check if all tests are passing.npx turbo buildto check if the website builds without errors.