diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-05-23 17:51:03 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-05-23 18:42:13 +0300 |
commit | 9a59215f9e7fca3ef940133824afc4aed04815f9 (patch) | |
tree | 7c276070de23440484781873a1c861efdc2ce609 /localwebsite/config.php | |
parent | 503d6350921f161b258f41cea4d0ebd0b5e795fc (diff) |
localwebsite: cams: debug video events, support iOS
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r-- | localwebsite/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php index 262aeae..6b595a4 100644 --- a/localwebsite/config.php +++ b/localwebsite/config.php @@ -50,7 +50,7 @@ return [ 'static' => [ 'app.css' => 8, - 'app.js' => 1, + 'app.js' => 2, 'polyfills.js' => 1, 'modem.js' => 1, 'inverter.js' => 2, |