UNPKG
@convex-dev/crons
Version:
alpha (0.1.6-alpha.0)
latest (0.2.0)
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.6-alpha.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Convex component for scheduling periodic jobs.
github.com/get-convex/crons
get-convex/crons
@convex-dev/crons
/
src
/
component
/
convex.config.ts
4 lines
(2 loc)
•
91 B
text/typescript
View Raw
1
2
3
4
import
{ defineComponent } from
"convex/server"
;
export
default
defineComponent
(
"crons"
)
;