Add local proxy server for AI draft button; point button at /api/claude

This commit is contained in:
2026-08-20 14:49:26 -07:00
parent ee8f869905
commit e5c01003f8
7 changed files with 269 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"description": "Local environment for the Project SDE meeting and workshop tools",
"scripts": {
"serve": "npx --yes serve . -l 5173",
"serve": "node server.js",
"start": "npm run serve"
}
}