You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
8
8
9
9
## Project Overview
10
10
11
-
GitHub Action to set up [Vite+](https://github.com/voidzero-dev/vite-plus) (`@voidzero-dev/global`) with dependency caching support. This action installs Vite+ globally and optionally caches project dependencies based on lock file detection.
11
+
GitHub Action to set up [Vite+](https://github.com/voidzero-dev/vite-plus) (`vite-plus-cli`) with dependency caching support. This action installs Vite+ globally and optionally caches project dependencies based on lock file detection.
12
12
13
13
## Commands
14
14
@@ -41,7 +41,7 @@ vite run fmt:check
41
41
This is a GitHub Action with main and post execution phases (defined in `action.yml`):
42
42
43
43
-**Main phase** (`src/index.ts` → `runMain`):
44
-
1. Install `@voidzero-dev/global` globally via npm
44
+
1. Install `vite-plus-cli` globally via npm
45
45
2. Restore dependency cache if enabled
46
46
3. Run `vite install` if requested
47
47
@@ -51,7 +51,7 @@ This is a GitHub Action with main and post execution phases (defined in `action.
51
51
### Key Modules
52
52
53
53
-`src/inputs.ts` - Parse and validate action inputs using Zod schemas
0 commit comments