From 09e05c094da16b147383bee8f9d6f09edb7e8b84 Mon Sep 17 00:00:00 2001 From: "Dwight Spencer (denzuko@mastodon.social)" Date: Wed, 4 Sep 2024 10:49:17 -0500 Subject: [PATCH] Create ci.json Adds: - Adds CI.json with basic configuration for CodeSandbox Changes: - N/A Removes: - N/A Signed-off-by: Dwight Spencer (denzuko@mastodon.social) --- .code sandbox/ci.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .code sandbox/ci.json diff --git a/.code sandbox/ci.json b/.code sandbox/ci.json new file mode 100644 index 0000000..e4b6373 --- /dev/null +++ b/.code sandbox/ci.json @@ -0,0 +1,5 @@ +{ + "buildCommand": "start", + "node": "22", + "sandboxes": ["new", "vanilla"] +}