feat: add cloud deployment support and contribution guidelines

Introduced a cloud deployment wrapper for Brainy supporting AWS Lambda, Google Cloud Run, and Cloudflare Workers. Added configuration options, deployment scripts, and API reference. Updated `README.md` with contribution guidelines and cloud deployment documentation.
This commit is contained in:
David Snelling 2025-06-06 09:08:33 -07:00
parent 1635cc229c
commit 6feab06f34
5 changed files with 477 additions and 1 deletions

View file

@ -110,7 +110,9 @@
"args": "after-used",
"argsIgnorePattern": "^_"
}
]
],
"semi": ["error", "never"],
"@typescript-eslint/semi": ["error", "never"]
}
}
}