From ec65202cb9ffeff032b7432a98e15ccdbfc2bb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Mon, 4 May 2020 22:50:16 +0800 Subject: [PATCH] feat: add sandbox --- 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 00000000..7943263c --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,6 @@ +{ + "infiniteLoopProtection": true, + "hardReloadOnChange": false, + "view": "browser", + "template": "node" +}