How can I use convex outside of the main client application so that I can query data arbitarily and that I have a set of functions that can only be accessed by the server and not by any user?
In a supabase application, I can spin up a new server-side js file via bun and use prisma to query files