From 175db9aa73ff4e56cbd9b4f2fa98f2dae95678db Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Thu, 26 Mar 2020 21:35:43 +0900 Subject: [PATCH] create sandbox.config.json --- sandbox.config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sandbox.config.json diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 0000000..4c70851 --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,6 @@ +{ + "infiniteLoopProtection": false, + "hardReloadOnChange": false, + "view": "browser", + "template": "static" +}