Skip to content

Commit

Permalink
feat: implement cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiichyCode committed Mar 11, 2024
1 parent 3d69f7c commit 065b9cf
Show file tree
Hide file tree
Showing 7 changed files with 283 additions and 9 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@
"usehooks-ts": "^2.15.1",
"vaul": "^0.9.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
"zustand": "^4.5.0",
"@trigger.dev/sdk": "^2.3.18",
"@trigger.dev/nextjs": "^2.3.18",
"@trigger.dev/react": "^2.3.18"
},
"devDependencies": {
"@belkross/commitlint-config": "^1.0.3",
Expand Down Expand Up @@ -110,5 +113,8 @@
"ct3aMetadata": {
"initVersion": "7.26.0"
},
"packageManager": "[email protected]"
}
"packageManager": "[email protected]",
"trigger.dev": {
"endpointId": "gitsharespace-ZvGI"
}
}
212 changes: 208 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 065b9cf

Please sign in to comment.