feat: integrate ts-rest (#5741)

* feat: integrate ts-rest

* chore: classify core contract and pro contract

* chore: update lockfile

* chore: tweak dir structure

* chore: tweak dir structure
This commit is contained in:
伍闲犬
2025-10-11 20:49:59 +08:00
committed by archer
parent 45038dd732
commit bd33873fcf
38 changed files with 2627 additions and 177 deletions

View File

@@ -0,0 +1,3 @@
import { initContract } from '@ts-rest/core';
export const c = initContract();