From 158523df5ee7b960a80534bbf277cc9a394f48ea Mon Sep 17 00:00:00 2001 From: Andrew McCloud Date: Tue, 11 Feb 2020 15:04:13 -0800 Subject: [PATCH] Add now.json --- now.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 now.json diff --git a/now.json b/now.json new file mode 100644 index 0000000..5207512 --- /dev/null +++ b/now.json @@ -0,0 +1,7 @@ +{ + "build": { + "env": { + "NODE_ENV": "development" + } + } +} \ No newline at end of file