env.js 686 字节
Newer Older
study夏羽's avatar
study夏羽 已提交
1
module.exports = {
study夏羽's avatar
study夏羽 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
	"compile": true,
	"h5": {
		"options": {
			"headless": false
		},
		"executablePath": "C:/Program Files/Google/Chrome/Application/chrome.exe"
	},
	"mp-weixin": {
		"port": 9420,
		"account": "",
		"args": "",
		"cwd": "",
		"launch": true,
		"teardown": "disconnect",
		"remote": false,
		"executablePath": "C:/Users/liuxi/download/微信web开发者工具/cli.bat"
	},
	"app-plus": {
		"android": {
study夏羽's avatar
study夏羽 已提交
21
			"id": "a6160e9d",
study夏羽's avatar
study夏羽 已提交
22 23 24 25 26 27 28 29
			"executablePath": "D:\\HX\\alpha-3.1.3\\HBuilderX\\plugins\\launcher\\base\\android_base.apk"
		},
		"version": "D:\\HX\\alpha-3.1.3\\HBuilderX\\plugins\\launcher\\base\\version.txt",
		"ios": {
			"id": "",
			"executablePath": ""
		}
	}
study夏羽's avatar
study夏羽 已提交
30
}