import { defineConfig } from 'vite'; export default defineConfig({ server: { allowedHosts: ['codefirst.iut.uca.fr'] } });