feat: add Slack integration package with Bolt framework

This commit is contained in:
Dax Raad
2025-10-14 02:53:55 -04:00
parent b8249cde4b
commit 1923ddab6e
10 changed files with 566 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {}
}