update to new sdk

This commit is contained in:
nicwands
2026-03-24 13:58:19 -04:00
parent 904d3ac8f0
commit ba953b117f
7 changed files with 1853 additions and 1875 deletions

View File

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