feat: basic api server

This commit is contained in:
Acbox
2026-01-10 20:17:02 +08:00
parent 28aa28e5bb
commit e60c0bb0d7
31 changed files with 1421 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
import { createClient } from '../src/client'
export const getTestClient = () => {
return createClient()
}