From 59e1025bb5e35fad1b495e2a389eb0e1305dd356 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 29 Jul 2019 22:18:47 +0900 Subject: [PATCH] create sandbox.config.json --- sandbox.config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sandbox.config.json diff --git a/sandbox.config.json b/sandbox.config.json new file mode 100644 index 0000000..a4df855 --- /dev/null +++ b/sandbox.config.json @@ -0,0 +1,3 @@ +{ + "template": "node" +}