Enable unstable cron

This commit is contained in:
Daniel Flanagan 2024-01-21 20:19:54 -06:00
parent 26d05e3cd4
commit 302490d550
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -26,6 +26,6 @@
},
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"fmt": { "useTabs": true, "semiColons": false, "singleQuote": true },
"unstable": ["kv"],
"unstable": ["kv", "cron"],
"nodeModulesDir": true
}