update to new sdk

This commit is contained in:
nicwands
2026-03-24 13:56:52 -04:00
parent 406f8ddb74
commit f1c19d453a
4 changed files with 14 additions and 31 deletions

View File

@@ -3,5 +3,6 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
globals: true,
testTimeout: 30000,
},
})