You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

set_live_reload_config.py 135 B

1 year ago
12345
  1. from bench.config.common_site_config import update_config
  2. def execute(bench_path):
  3. update_config({"live_reload": True}, bench_path)