thejacer87
Explore posts from serversTest SWR locally
reading the docs and i think swr is a good solution for me, but how can i confirm its working?
i feel like my pages aren't loading as fast as i would expect. how/where do i check on the server if the pages have been rendered and stored
is there a way to test this locally? with
nuxt dev
i don't see anything in the .nuxt/
folder10 replies
PPrisma
•Created by thejacer87 on 2/4/2025 in #help-and-questions
Is there a recommended way to create an aws lambda layer?
I'm bumping up to size limits on the layer. I have only 3 prisma packages in the layer and it already exceeds the limit.
I've tried a few solutions before, but none have worked and basically just ended splitting each package into it's own layer, which is cumbersome to say the least
side note: do we have a way to create one package for multiple databases? i assume that would reduce the size but i really have no idea
9 replies
PPrisma
•Created by thejacer87 on 8/14/2024 in #help-and-questions
check for multiple conditions on the same field
i think there is a simple solution that i am over looking
but i am building this query:
but i am not getting the data that i would expect
it this not the correct way to have multiple ANDs for a single field
3 replies