From 8c62e90fb97c78b606c6ff975dc7a059d36e85bc Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Tue, 18 Apr 2023 11:12:11 -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 000000000..e602ad61e --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,4 @@ +{ + "sandboxes": ["vanilla", "vanilla-ts"], + "node": "16" +}