Skip to content

Commit

Permalink
Update readme with cron jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Apr 26, 2023
1 parent 23ed81d commit d7f5d4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ let num = EdgeConfig("EDGE_CONFIG_2").get("some-int-key").int

You can add a top level `public` folder that will be deployed statically to Vercel's CDN.

### CRON Jobs

CRON jobs are fully supported by adding a `vercel.json` file to the root of your project and following the Vercel documentation here: https://vercel.com/docs/cron-jobs

### Running Locally

Running server side locally has traditionally been a huge pain, but not anymore. This package makes it trivial to run code locally:
Expand Down

0 comments on commit d7f5d4f

Please sign in to comment.