mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
7f9f8c6851
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
import { defineConfig } from 'vite'
|
|
|
|
export default defineConfig({
|
|
server: {},
|
|
})
|