kingtimm
Explore posts from serversServer Bundle Size with Clerk
Im not too familiar with the server bundle size. I've gotten it down to 985kB against Vercel's 1MB limit. I'm using
vue-clerk
and h3-clerk
which instruct adding them to build.transpile
. That seems to add most of the size. Any tips to try to reduce the server bundle size? nuxi analyze
doesn't provide much detail into the server.mjs file1 replies
DTDrizzle Team
•Created by kingtimm on 9/21/2023 in #help
Simple ForeignKey With statement not working
Hi - I am attempting to use a with statement on a query and am getting this error: Cannot read properties of undefined (reading 'referencedTable')
Here's the query:
Here is the schema
Do I need to add a relationship? From the docs - it seemed like the foreignkey would be enough. The "Faves" table is just a record of favorite combinations from the "Names" table.
2 replies