Debugging Node adapter - production build complains on imported packages #11907
-
|
I have a SvelteKit application that does not work after build. It is supposed to be run in a container, Node driver. At one of the server endpoints I use bullmq client, which, when hit, produces an error: During development I also use Node driver, and a preview served from |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@PlkMarudny Have you tried looking at the code in the files on the lines specified? I don't think this is an issue with |
Beta Was this translation helpful? Give feedback.
-
|
Well, I solved it. Moving |
Beta Was this translation helpful? Give feedback.
Well, I solved it. Moving
bullmqpackage from dev dependencies to dependencies was the solution.