-
Couldn't load subscription status.
- Fork 11
chore: move node to /usr/libexec #1345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request updates the Node.js interpreter path references across multiple configuration files. In both the API ecosystem configuration and the Vite configuration, the interpreter path is changed from Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw does this mean node will be on PATH by default?
Unfortunately, no, but this is the location that Tom suggested we store this binary in. |
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the Node.js runtime configuration for consistent execution. - **Refactor** - Centralized the Node.js binary path into a configurable parameter for improved maintainability. - **New Features** - Introduced a new entity declaration for `NODE_DIR` to streamline Node.js binary management in the plugin. - Updated the Node.js interpreter path in the application configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- - To see the specific tasks where the Asana app for GitHub is being used, see below: - https://app.asana.com/0/0/1209701840918649
Summary by CodeRabbit
Chores
Refactor
New Features
NODE_DIRto streamline Node.js binary management in the plugin.