Enable unstable cron
This commit is contained in:
parent
26d05e3cd4
commit
302490d550
|
@ -26,6 +26,6 @@
|
||||||
},
|
},
|
||||||
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
|
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
|
||||||
"fmt": { "useTabs": true, "semiColons": false, "singleQuote": true },
|
"fmt": { "useTabs": true, "semiColons": false, "singleQuote": true },
|
||||||
"unstable": ["kv"],
|
"unstable": ["kv", "cron"],
|
||||||
"nodeModulesDir": true
|
"nodeModulesDir": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue