env.js 679 字节
Newer Older
study夏羽's avatar
study夏羽 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
module.exports = {
	"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": "D:/Downloads/weixin-xcx/微信web开发者工具/cli.bat"
	},
	"app-plus": {
		"android": {
			"id": "emulator-5556",
			"executablePath": "D:\\HX\\alpha\\HBuilderX\\plugins\\launcher\\base\\android_base.apk"
		},
		"version": "D:\\HX\\alpha\\HBuilderX\\plugins\\launcher\\base\\version.txt",
		"ios": {
			"id": "",
			"executablePath": ""
		}
	}
}