From e60915443adc36c66efb148926e353e72b2557a8 Mon Sep 17 00:00:00 2001 From: BiggerRain <15911122312@163.COM> Date: Sun, 27 Apr 2025 22:19:38 +0800 Subject: [PATCH] build: build web 1.1.14 (#456) --- .env | 2 +- tsup.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ea3e5ed7..6dca19db 100644 --- a/.env +++ b/.env @@ -2,4 +2,4 @@ COCO_SERVER_URL=http://localhost:9000 #https://coco.infini.cloud #http://localh COCO_WEBSOCKET_URL=ws://localhost:9000/ws #wss://coco.infini.cloud/ws #ws://localhost:9000/ws -TAURI_DEV_HOST=0.0.0.0 \ No newline at end of file +#TAURI_DEV_HOST=0.0.0.0 \ No newline at end of file diff --git a/tsup.config.ts b/tsup.config.ts index 68f5f9c0..cfd56f8c 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -67,7 +67,7 @@ export default defineConfig({ const packageJson = { name: "@infinilabs/search-chat", - version: "1.1.12", + version: "1.1.14", main: "index.js", module: "index.js", type: "module",