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
Uh oh!
There was an error while loading. Please reload this page.
-
I setup
breein the top levelhooks.server.tswhich works just fine, butbreefails 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__dirnameis not available.Beta Was this translation helpful? Give feedback.
All reactions