import type { UserConfig } from 'vite'
const viteConfig: UserConfig = {
port: 8080,
hostname: 'localhost',
open: true
}
export default viteConfig