4 lines
168 B
TypeScript
4 lines
168 B
TypeScript
|
|
import { defineConfig } from 'vite';
|
||
|
|
|
||
|
|
// Provide a stub Vite config in the CLI package to avoid resolving a parent-level vite.config.js
|
||
|
|
export default defineConfig({});
|