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 }