Opal-Estate-Pro/node_modules/browser-sync/cli-options/opts.reload.json
2019-09-13 09:44:33 +07:00

17 lines
316 B
JSON

{
"files": {
"desc": "File paths to reload",
"type": "array",
"alias": "f"
},
"port": {
"alias": "p",
"type": "number",
"desc": "Target a running instance by port number"
},
"url": {
"alias": "u",
"desc": "Provide the full the url to the running Browsersync instance"
}
}