add allow host

This commit is contained in:
2026-01-05 16:24:30 -03:00
parent 9ee325a294
commit 82fbc54349

View File

@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/ // https://vite.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
server: {
allowedHosts: ['demo.v1ru5.cl']
}
}) })