Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Arko007
/
AI-agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AI-agent
/
client
/
src
/
lib
/
trpc.ts
AURA Sync Bot
chore: deploy to HuggingFace Space
999bb04
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
162 Bytes
import
{ createTRPCReact }
from
"@trpc/react-query"
;
import
type
{
AppRouter
}
from
"../../../server/routers"
;
export
const
trpc = createTRPCReact<
AppRouter
>();