You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In job.ts, the system expects a default export. However, I want to consolidate all my cron jobs in a single file, which makes a default export unfeasible. This results in an error, as shown in the screenshot below.
👋 @Mateleo
Thanks for opening your first issue here!
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
If you like this project, please ⭐ star our repo.
Mateleo
changed the title
[BUG] <title>
[BUG] Multiple cron jobs in a single file
Nov 1, 2024
Version
1.7.0
Describe the problem
In
job.ts
, the system expects a default export. However, I want to consolidate all my cron jobs in a single file, which makes a default export unfeasible. This results in an error, as shown in the screenshot below.Additional info
The text was updated successfully, but these errors were encountered: