diff --git a/vite.config.ts b/vite.config.ts index cf783d3..0652f8c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -14,6 +14,6 @@ export default defineConfig({ }, server: { host: '0.0.0.0', - allowedHosts: [runvisionpro.epvc.pt] + allowedHosts: ['runvisionpro.epvc.pt'] } });