refactor(config): rename VITE_GIT_HOOKS to VP_GIT_HOOKS - #2195
refactor(config): rename VITE_GIT_HOOKS to VP_GIT_HOOKS#2195dennybiasiolli wants to merge 1 commit into
Conversation
✅ Deploy Preview for viteplus-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5a70ffac48
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Git hooks are a Vite+ feature, not Vite app config. The VITE_* prefix is reserved for custom env vars exposed to the application (voidzero-dev#2161). - Canonical name is now VP_GIT_HOOKS - VITE_GIT_HOOKS remains accepted as a deprecated runtime alias - Docs and CLI help only document VP_GIT_HOOKS Closes voidzero-dev#2161
5a70ffa to
18b7b69
Compare
|
Comments resolved and squashed in a single commit, and also rebased the branch/PR on top of the current main. |
|
@fengmk2 I can also reword my commit message from |
No need to change anything, I'll adjust it when I merge😀 |
Rename the Git hooks disable env var from
VITE_GIT_HOOKStoVP_GIT_HOOKS.Git hooks are a Vite+ feature, not Vite app config. The
VITE_*prefix is reserved for custom env vars exposed to the application, so using it here is confusing (#2161).VP_GIT_HOOKSVITE_GIT_HOOKSremains accepted as a deprecated alias (install skip, generated hook scripts, help)Closes #2161