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
refactor(cli): move UserConfig module augmentation to define-config.ts
Move the `declare module '@voidzero-dev/vite-plus-core'` augmentation
from index.ts to define-config.ts where the augmented UserConfig type
is actually used. This keeps the augmentation and its usage together,
simplifies index.ts to pure re-exports, and avoids tsdown DTS bundling
issues with cross-file namespace references.
0 commit comments