diff --git a/penpot-plugin/vite.config.ts b/penpot-plugin/vite.config.ts index 1807e12..92af45e 100644 --- a/penpot-plugin/vite.config.ts +++ b/penpot-plugin/vite.config.ts @@ -28,6 +28,6 @@ export default defineConfig({ cors: true, allowedHosts: process.env.PENPOT_MCP_PLUGIN_SERVER_ALLOWED_HOSTS ? process.env.PENPOT_MCP_PLUGIN_SERVER_ALLOWED_HOSTS.split(",").map((h) => h.trim()) - : ["localhost", "0.0.0.0"], + : [], }, });