Skip to content

Commit

Permalink
build: enable cron in deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Blooym committed Nov 9, 2024
1 parent 18dba5d commit a259091
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
"version": "0.1.0",
"unstable": [
"cron"
],
"compilerOptions": {
"strict": true
},
"imports": {
"sqlite3": "https://deno.land/x/[email protected]/mod.ts",
"rss": "jsr:@mikaelporttila/rss@*",
"atproto-api": "npm:@atproto/api",
"ptera": "https://deno.land/x/[email protected]/mod.ts",
"ogp-parser": "https://deno.land/x/[email protected]/mod.ts",
"rss": "jsr:@mikaelporttila/[email protected]",
"atproto-api": "npm:@atproto/api",
"sharp": "npm:sharp",
"node-buffer": "node:buffer"
}
}
}
4 changes: 2 additions & 2 deletions deno.lock

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

0 comments on commit a259091

Please sign in to comment.