Sandboxing

This commit is contained in:
Joey Yakimowich-Payne 2026-02-03 08:24:48 -07:00
commit 70df689701
7 changed files with 324 additions and 34 deletions

View file

@ -0,0 +1,9 @@
{
"name": "kaboot-sandbox",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"start": "node convert.js"
}
}