8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
![]() |
import { defineConfig } from 'vite'
|
||
|
|
||
|
|
||
|
// https://vitejs.dev/config/
|
||
|
export default defineConfig({
|
||
|
plugins: []
|
||
|
})
|