We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08ce5f commit e624112Copy full SHA for e624112
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@elysiajs/cron",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Plugin for Elysia that add support for running cronjob",
5
"author": {
6
"name": "saltyAom",
src/index.ts
@@ -55,4 +55,6 @@ export const cron =
55
})
56
}
57
58
+export { Patterns } from './schedule'
59
+
60
export default cron
src/schedule/index.ts renamed to src/schedule.ts
0 commit comments