]> git.r.bdr.sh - rbdr/forum/blobdiff - src/config/config.js
Update / use typescript
[rbdr/forum] / src / config / config.js
diff --git a/src/config/config.js b/src/config/config.js
deleted file mode 100644 (file)
index 3637670..0000000
+++ /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;