mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #63] [MERGED] fix: remove some of any type annotations in index.ts #283
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#283
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/63
Author: @situ2001
Created: 2/25/2026
Status: ✅ Merged
Merged: 2/27/2026
Merged by: @FredKSchott
Base:
main← Head:situ/patch-1📝 Commits (5)
1b9d056refactor: wrap Vite configuration withdefineConfig6a88517refactor: remove type anyfe43969refactor: remove as anya4f6755refactor: remove as anya73c0a2refactor: use UserConfig type instead of defineConfig for internal config object📊 Changes
1 file changed (+7 additions, -7 deletions)
View changed files
📝
packages/vinext/src/index.ts(+7 -7)📄 Description
No need to add any type, since the types can be inferred from declaration of vite.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.