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