6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
|
|
import { defineConfig } from 'vite'
|
||
|
|
|
||
|
|
// https://vite.dev/config/
|
||
|
|
export default defineConfig({
|
||
|
|
plugins: [],
|
||
|
|
})
|