aboutsummaryrefslogtreecommitdiff
path: root/src/config/config.js
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 00:56:06 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2022-05-01 00:56:06 +0200
commita7cf03c192470cbab13edeb1aec99e0c66dede10 (patch)
tree581b4430d1de958dcb666bae80a7678332134602 /src/config/config.js
parent010f307346e525ac2e4239a0549d2c1a4d6d102b (diff)
Update / use typescript
Diffstat (limited to 'src/config/config.js')
-rw-r--r--src/config/config.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/config/config.js b/src/config/config.js
deleted file mode 100644
index 3637670..0000000
--- a/src/config/config.js
+++ /dev/null
@@ -1,15 +0,0 @@
-import { name, version as packageVersion } from '../../package.json';
-
-/*
- * The main configuration object for the Forum frontend. These values
- * are calculated during compile time and need to be set in a .env
- * file, otherwise it won't work.
- */
-
-export const apollo = {
- uri: import.meta.env.VITE_APOLLO_SERVER,
- name,
- version: packageVersion
-};
-
-export const version = packageVersion;