build: voce.chat

This commit is contained in:
Tristan Yang
2022-06-28 11:22:53 +08:00
parent aa7c740bcf
commit 7f2b39ec36
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vocechat-web",
"version": "0.2.14",
"version": "0.3.0",
"private": true,
"homepage": "https://privoce.voce.chat",
"dependencies": {
+1 -1
View File
@@ -99,7 +99,7 @@ checkBrowsers(paths.appPath, isInteractive)
// version and md5 files
fs.writeFileSync(`${buildFolder}/VERSION`, require("../package.json").version);
const hash = md5File.sync(`${buildFolder}/VERSION`);
fs.writeFileSync(`${buildFolder}/web..md5`, hash);
fs.writeFileSync(`${buildFolder}/web.vocechat.md5`, hash);
},
(err) => {
const tscCompileOnError = process.env.TSC_COMPILE_ON_ERROR === "true";
+1 -1
View File
@@ -1,5 +1,5 @@
// const BASE_URL = `${location.origin}/api`;
const BASE_URL = `https://dev.rustchat.com/api`;
const BASE_URL = `https://dev.voce.chat/api`;
export const CACHE_VERSION = `0.3.0`;
export const ContentTypes = {
text: "text/plain",