chore: updates
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vocechat-web",
|
"name": "vocechat-web",
|
||||||
"version": "0.3.54",
|
"version": "0.3.55",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://voce.chat",
|
"homepage": "https://voce.chat",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
+3
-1
@@ -12,8 +12,10 @@ let prices: Price[] = [
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
const official_dev = `https://dev.voce.chat`;
|
const official_dev = `https://dev.voce.chat`;
|
||||||
// const local_dev = `http://07333.qicp.vip:3030`;
|
|
||||||
const local_dev = official_dev;
|
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`;
|
// const local_dev = `http://localhost:3333`;
|
||||||
export const BASE_ORIGIN = process.env.REACT_APP_RELEASE
|
export const BASE_ORIGIN = process.env.REACT_APP_RELEASE
|
||||||
? `${location.origin}`
|
? `${location.origin}`
|
||||||
|
|||||||
Reference in New Issue
Block a user