mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 04:48:36 +03:00
This is working, apart from ingesting configuration files when building
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -10,6 +10,7 @@ delete require.cache[require.resolve("./paths")];
|
||||
/** env variables from config.js */
|
||||
const CONFIG = process.env.CONFIG || "config.js";
|
||||
const envConfig = require("../" + CONFIG);
|
||||
|
||||
const userConfig = {};
|
||||
const userFeatures = {};
|
||||
for (const k in envConfig) {
|
||||
|
||||
Reference in New Issue
Block a user