Christian
Christian
Same here... No clue why it's hanging right after the "hooks". Tried different versions of node-adapter, etc. Nothing new on this between then and now? Consider this a +1 :(...
> > I noticed that for some projects build would only run through if the database is up and reachable. For some reason sveltekit seems to initiate a database connection...
You were right @UltraCakeBakery . After refactoring my code so I don't open a connection top-level in my JS/TS code, but per-need-basis, it stopped hanging. Thanks for the help!
Hi, I've noticed the same and cant get around it with any settings or options. Looks to me like a small oversight, and this should be breaking everybody's clients right?...