UNPKG

529 BJavaScriptView Raw
1import path from "path";
2const ENV = process.env;
3
4export default {
5 "tmp-dir": path.join(ENV.HOME || __dirname, ".enjoy-publish-tmp-dir"),
6 "group-hash": {
7 "ios": "rn",
8 "android": "rn",
9 "h5": "web",
10 "hybrid": "web",
11 "weixin": "web",
12 "qq": "web",
13 "seo": "web"
14 },
15 "gitlab": {
16 "api-url": "http://code.corp.elong.com/api/v3",
17 "private-token": "QyQCBxMaJ6RxhJtrYHjL",
18 "projects": {
19 "framework-bundle": "3885"
20 }
21 }
22};
\No newline at end of file