From 84b3ac3603aad79583f1fb334773c2300f43c0b8 Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Fri, 25 Apr 2025 11:22:34 -0500 Subject: [PATCH] added host --- frontend/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 98f0455..3ab6157 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -29,6 +29,7 @@ export default defineConfig({ // secure: false // } // }, + allowedHosts: ['localhost', 'rocks.2many.ca'], host: '0.0.0.0', // Required for Docker port: 3000, watch: {