deep research addressement

This commit is contained in:
2026-06-01 08:40:10 -04:00
parent c159f07322
commit ba73daa66c
205 changed files with 157390 additions and 951 deletions

View File

@@ -33,7 +33,7 @@ export default defineConfig({
test: {
environment: "jsdom",
setupFiles: ["./test/setup.ts"],
exclude: ["**/node_modules/**", "**/e2e/**", "**/dist/**"],
exclude: ["**/node_modules/**", "**/e2e/**", "**/dist/**", "**/onnx.inference.test.ts"],
env: {
RESEND_API_KEY: env.RESEND_API_KEY ?? "",
STRIPE_SECRET_KEY: env.STRIPE_SECRET_KEY ?? "",