Files
Event-Management-System/frontend/vite.config.ts
Sidharth Prabhu 922d2014a1 test commit
2026-08-04 11:37:21 +05:30

15 lines
259 B
TypeScript

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
server: {
host: true,
port: 5176,
allowedHosts: true,
},
})
//This is a sample test