From 106cd0086986a3d1bd9706cd24db9e394deb30f9 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 23 Oct 2021 23:51:30 -0400 Subject: [PATCH] Add CodeSandbox CI --- .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..4b4ad04 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,4 @@ +{ + "sandboxes": ["vanilla", "vanilla-ts"], + "node": "14" +}