correcao vite

This commit is contained in:
2026-03-06 11:16:07 +00:00
parent 1365bc2892
commit f9665c2120

View File

@@ -14,6 +14,6 @@ export default defineConfig({
}, },
server: { server: {
host: '0.0.0.0', host: '0.0.0.0',
allowedHosts: [runvisionpro.epvc.pt] allowedHosts: ['runvisionpro.epvc.pt']
} }
}); });