updated the API to support the new calendar service and added a smoke test for the API.

This commit is contained in:
2026-05-20 16:53:26 -07:00
parent 745d0a2909
commit c423f1191d
4 changed files with 92 additions and 23 deletions
+2
View File
@@ -20,6 +20,8 @@
"@tootallnate/once": "3.0.1"
},
"scripts": {
"check": "npm run check:syntax",
"check:syntax": "node scripts/check-syntax.js app.js app scripts",
"start": "npx http-server . -o index.html",
"dev": "npm run start"
}