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