Replies: 2 comments
-
When I just try
It is a relative path. 🤷♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
-
For testing I also tried to run functions directly - which does not not seem to work as documented either.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I setup
bree
in the top levelhooks.server.ts
which works just fine, butbree
fails to start the jobs.gives
Now I suspect this due to the bundling as covered in the README.
https://github.com/breejs/bree?tab=readme-ov-file#typescript-and-usage-with-bundlers
but
path.join(__dirname,'jobs')
does not work either because__dirname
is not available.Beta Was this translation helpful? Give feedback.
All reactions