Skip to content

ci: add GitHub Actions workflow for PR checks - #4

Merged
kingsword09 merged 2 commits into
mainfrom
ci-1
Sep 2, 2026
Merged

ci: add GitHub Actions workflow for PR checks#4
kingsword09 merged 2 commits into
mainfrom
ci-1

Conversation

@kingsword09

Copy link
Copy Markdown
Owner

No description provided.

CI failed with TS2688 (Cannot find type definition file for
'vite/client'): no package.json in the workspace declared vite as a
direct dependency, so on a cold install the transitive vite was only in
bun's .bun store and never linked where tsc could resolve it.

Replace the @voidzero-dev/vite-plus-core dependency with the official
vite-plus entry point (v0.3.0): defineConfig, build() and the Plugin
type are imported from 'vite-plus', and the tsconfig types entry now
references 'vite-plus/client' which re-exports the core client types.
Verified with a cold-install simulation of the full CI sequence.
@kingsword09
kingsword09 merged commit e5ab67f into main Sep 2, 2026
2 checks passed
@kingsword09
kingsword09 deleted the ci-1 branch September 2, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant