From c12db1703b62933cfe33cc8a95983ba68a30b8b3 Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 9 Sep 2020 14:55:51 +0100 Subject: [PATCH] Changed start script for codesandbox. --- sandbox.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.config.json b/sandbox.config.json index a2847a4..e241c0f 100644 --- a/sandbox.config.json +++ b/sandbox.config.json @@ -1,5 +1,5 @@ { "container": { - "startScript": "start-prod" + "startScript": "start-sandbox" } }