From 302490d550eea359758faa16265837894c4b2d3b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 21 Jan 2024 20:19:54 -0600 Subject: [PATCH] Enable unstable cron --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 8e0d808..2deeca6 100644 --- a/deno.json +++ b/deno.json @@ -26,6 +26,6 @@ }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "fmt": { "useTabs": true, "semiColons": false, "singleQuote": true }, - "unstable": ["kv"], + "unstable": ["kv", "cron"], "nodeModulesDir": true }