From 41394268a2b0814d2373870184c7d30c60b94383 Mon Sep 17 00:00:00 2001 From: frankpagan Date: Tue, 7 Nov 2023 09:48:16 -0600 Subject: [PATCH] fix: update host --- CoCreate.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index 8311ed1..76490e2 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -12,8 +12,7 @@ module.exports = { "pathname": "/docs/socket-server/index.html", "src": "{{./docs/index.html}}", "host": [ - "*", - "general.cocreate.app" + "*" ], "directory": "socket-server", "content-type": "text/html",