···2121});
2222```
23232424-To use the base configuration in your vite.config.ts:
2525-2626-```ts
2727-// vite.config.ts
2828-import { createViteConfig } from '@config/vite-base';
2929-3030-export default createViteConfig({
3131- // Your specific configuration
3232- plugins: [react()], // Example
3333-});
3434-```
3535-3624## Implementation
37253826To complete the implementation of this package in the workspace: