Files
Ceras/themes/ceras/node_modules/browser-sync/cli-options/opts.reload.json
T
2023-07-12 16:31:19 +01:00

17 lines
316 B
JSON
Executable File

{
"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"
}
}