From 5a4254d300b05f285dda8b535b4c3f24f910f1e1 Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 27 May 2020 10:45:52 +0100 Subject: [PATCH] Added back in codesandbox CI config. --- .codesandbox/ci.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 0000000..e34f620 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,4 @@ +{ + "packages": [], + "sandboxes": ["/"] +}