mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修改获取版本链接
This commit is contained in:
parent
24f6070f9e
commit
8b5347dd44
|
@ -4,7 +4,7 @@ import { createRandomString } from './util';
|
||||||
|
|
||||||
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
|
process.env.NODE_ENV = process.env.NODE_ENV || 'development';
|
||||||
|
|
||||||
const lastVersionFile = 'http://qn.whyour.cn/version.ts';
|
const lastVersionFile = 'http://qn.whyour.cn/version.ts?v=2.12.1';
|
||||||
|
|
||||||
const envFound = dotenv.config();
|
const envFound = dotenv.config();
|
||||||
const rootPath = process.cwd();
|
const rootPath = process.cwd();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user