aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-28 11:30:40 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-28 11:30:40 +0530
commit4d270eb6eb4b6dc659b7d0223ea4c5fc431279ce (patch)
tree87dc30bc4bace2b1de1d8aa4b3812f52d3119643 /src/config.ts
parent5.6.3-nightly.16 [skip ci] (diff)
downloadferdium-app-4d270eb6eb4b6dc659b7d0223ea4c5fc431279ce.tar.gz
ferdium-app-4d270eb6eb4b6dc659b7d0223ea4c5fc431279ce.tar.zst
ferdium-app-4d270eb6eb4b6dc659b7d0223ea4c5fc431279ce.zip
chore: merge the nightly builds into the main 'ferdi' project (#1996)
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/config.ts b/src/config.ts
index 6ad58c7a5..667b0a962 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -158,10 +158,6 @@ export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDI_URL}/recipes/issues`;
158export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi'; 158export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi';
159export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 159export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
160 160
161export const GITHUB_ORG_NAME = 'getferdi';
162export const GITHUB_FERDI_REPO_NAME = 'ferdi';
163export const GITHUB_NIGHTLIES_REPO_NAME = 'nightlies';
164
165export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy']; 161export const FILE_SYSTEM_SETTINGS_TYPES = ['app', 'proxy'];
166 162
167export const LOCAL_SERVER = 'You are using Ferdi without a server'; 163export const LOCAL_SERVER = 'You are using Ferdi without a server';