Quick compute hours question :)
I'm simply using SvelteKit to deploy a vercel serverless app that uses the below standard code and I noticed my compute hours are nearly maxed out even tho im still just developing my app by myself..
Will my neon database start up everytime my app loads, and I import
db in a used file, even if I conditionally don't query it? If so is there a way to prevent this?
Thank you!!
1 Reply
sunny-greenOP•12mo ago
Figured it out thanks to Claude finally, very tricky...