6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
import { defineConfig } from 'vite-plus'
|
|
|
|
export default defineConfig({
|
|
staged: {},
|
|
})
|