5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
|
import { defineConfig } from 'vite'
|
||
|
|
||
|
export default defineConfig({
|
||
|
})
|