Fix: Allow all hosts in Vite preview for Coolify deployment

This commit is contained in:
2026-03-07 17:14:14 -03:00
parent d19661ba57
commit 996bbea647

View File

@@ -2,5 +2,8 @@ export default {
root: './',
build: {
outDir: 'dist',
},
preview: {
allowedHosts: true
}
}