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