From cc94d9a2ac51368d98b9244b8a6dff54e24d3e64 Mon Sep 17 00:00:00 2001 From: john Date: Thu, 19 Dec 2024 13:12:01 +0800 Subject: [PATCH] feat: for pay --- js/comfyui-share-copus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/comfyui-share-copus.js b/js/comfyui-share-copus.js index 79ffa6f0..498414bb 100644 --- a/js/comfyui-share-copus.js +++ b/js/comfyui-share-copus.js @@ -1,6 +1,6 @@ import { app } from "../../scripts/app.js"; import { $el, ComfyDialog } from "../../scripts/ui.js"; -const env = "dev"; +const env = "prod"; let DEFAULT_HOMEPAGE_URL = "https://copus.io";