aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-03 07:09:05 +0530
committerLibravatar GitHub <noreply@github.com>2021-07-03 07:09:05 +0530
commit83676cec9ce8e41d5e88e7d06a17dd8194e3593e (patch)
treea73eb8b64a20530ee3c44f1901c9daa2a069f12a /src/webview/recipe.js
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-83676cec9ce8e41d5e88e7d06a17dd8194e3593e.tar.gz
ferdium-app-83676cec9ce8e41d5e88e7d06a17dd8194e3593e.tar.zst
ferdium-app-83676cec9ce8e41d5e88e7d06a17dd8194e3593e.zip
Minor refactoring to move all runtime configs from 'config.js' into 'environment.js'. (#1588)
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index 6c382d388..8da45864b 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -29,8 +29,7 @@ import contextMenu from './contextMenu';
29import './notifications'; 29import './notifications';
30import { screenShareCss } from './screenshare'; 30import { screenShareCss } from './screenshare';
31 31
32import { DEFAULT_APP_SETTINGS } from '../config'; 32import { DEFAULT_APP_SETTINGS, isDevMode } from '../environment';
33import { isDevMode } from '../environment';
34 33
35const debug = require('debug')('Ferdi:Plugin'); 34const debug = require('debug')('Ferdi:Plugin');
36 35