build(custom): 增加环境变量
This commit is contained in:
6
.env.one
Normal file
6
.env.one
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
TARO_APP_API = 'https://www.jdt168.com/dice'
|
||||
|
||||
TARO_APP_WS = 'wss://www.jdt168.com/dice/home'
|
||||
|
||||
TARO_APP_HOME = 'https://www.jdt168.com/app/game'
|
||||
@@ -15,7 +15,8 @@
|
||||
"build:tt": "taro build --type tt",
|
||||
"build:h5": "taro build --type h5",
|
||||
"build:h5:test": "taro build --type h5 --mode test",
|
||||
"build:tow": "taro build --type h5 --mode prod",
|
||||
"build:one": "taro build --type h5 --mode one",
|
||||
"build:tow": "taro build --type h5 --mode tow",
|
||||
"build:rn": "taro build --type rn",
|
||||
"build:qq": "taro build --type qq",
|
||||
"build:jd": "taro build --type jd",
|
||||
|
||||
Reference in New Issue
Block a user