From 85e0ff36dd2c911aadfb9248db8de8a5e6ee3784 Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Sun, 17 Apr 2022 15:52:18 -0700 Subject: [PATCH] Fix node-config warning https://github.com/node-config/node-config/wiki/Strict-Mode#node_env-value-of-node_env-did-not-match-any-deployment-config-file-names= --- config/production.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/production.json diff --git a/config/production.json b/config/production.json new file mode 100644 index 0000000..b4b884a --- /dev/null +++ b/config/production.json @@ -0,0 +1 @@ +{} // Left empty intentionally: https://github.com/node-config/node-config/wiki/Strict-Mode#node_env-value-of-node_env-did-not-match-any-deployment-config-file-names= \ No newline at end of file