From 73ebc458106ddf5c51f2ac5c4ddc8902ba8d690a Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 15 Mar 2022 10:27:29 -0400 Subject: [PATCH] Update production.json (#505) turn on serve command for release --- config/production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.json b/config/production.json index f72d5f41c4..d8e5c04e7e 100644 --- a/config/production.json +++ b/config/production.json @@ -1,5 +1,5 @@ { "flags": { - "serve": false + "serve": true } }