From d5a0d52b4dedd1c740b0c93bfc467189a5f1dd1b Mon Sep 17 00:00:00 2001 From: Tristan Yang Date: Thu, 23 Mar 2023 21:56:40 +0800 Subject: [PATCH] chore: updates --- package.json | 2 +- src/app/config.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa558ae8..057d4839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vocechat-web", - "version": "0.3.54", + "version": "0.3.55", "private": true, "homepage": "https://voce.chat", "dependencies": { diff --git a/src/app/config.ts b/src/app/config.ts index 92325d40..2cc33e8c 100644 --- a/src/app/config.ts +++ b/src/app/config.ts @@ -12,8 +12,10 @@ let prices: Price[] = [ } ]; const official_dev = `https://dev.voce.chat`; -// const local_dev = `http://07333.qicp.vip:3030`; const local_dev = official_dev; + +// const local_dev = `http://07333.qicp.vip:3030`; +// const local_dev = `https://im.ttt.td`; // const local_dev = `http://localhost:3333`; export const BASE_ORIGIN = process.env.REACT_APP_RELEASE ? `${location.origin}`