Initial commit: Discord-Claude Gateway with event-driven agent runtime

This commit is contained in:
2026-02-22 01:30:50 -05:00
parent 28b929c58f
commit 82b0905a98
5 changed files with 159 additions and 87 deletions

View File

@@ -3,5 +3,6 @@ import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
exclude: ["**/node_modules/**", "**/references/**", "**/dist/**"],
},
});