update modules
This commit is contained in:
@@ -6,11 +6,7 @@ const isDev = process.env.NODE_ENV === 'development';
|
||||
const centerEnv = process.env.CENTER_ENV;
|
||||
const plugins: any[] = [];
|
||||
plugins.push(tailwindcss());
|
||||
const devBackend = 'https://kevisual.silkyai.cn';
|
||||
const meBackend = 'https://kevisual.xiongxiao.me';
|
||||
// const meBackend = 'https://kevisual.cn';
|
||||
// const backend = isDev ? devBackend : meBackend;
|
||||
const backendWss = devBackend.replace(/^https:/, 'wss:');
|
||||
const backend = meBackend;
|
||||
let proxy = {};
|
||||
if (true) {
|
||||
|
||||
Reference in New Issue
Block a user