ahaan
Explore posts from serversTTCTheo's Typesafe Cult
•Created by ahaan on 4/20/2024 in #questions
need help with uploadThing SSR plugin
I want to understand how the uploadThing SSR plugin is implemented. What feature of nextjs is it implementing? I want to use it on my website but unable to figure out how its done.
Link to SSR Plugin: https://docs.uploadthing.com/getting-started/appdir#optional-uploadthing-ssr-plugin
3 replies
CCConvex Community
•Created by ahaan on 3/9/2024 in #support-community
need help understanding a code
favorites: defineTable({
fileId: v.id("files"),
orgId: v.string(),
userId: v.id("users"),
}).index("by_userId_orgId_fileId", ["userId", "orgId", "fileId"]),
here does it make any sense for creating index with all 3 columns?
2 replies