From dfcb777a12d7007819eae661008910d452f15a09 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 19 Jan 2021 21:07:31 -0500 Subject: [PATCH] updating tings --- lib/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config.ts b/lib/config.ts index fd88847..73c422e 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -1,5 +1,8 @@ /** * Site-wide app configuration. + * + * This file pulls from the root "site.config.js" as well as environment variables + * for optional depenencies. */ import { getSiteConfig, getEnv } from './get-config-value'