Louis Mazin 5a56f5383d init
2026-09-13 18:56:33 +02:00

12 lines
211 B
JavaScript

import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
preview: {
allowedHosts: [
'boulangerie.louismazin.ovh'
]
}
})