apparently you need javascript

This commit is contained in:
2025-12-24 20:17:33 +00:00
parent c49fcc10e8
commit d77aa8fa9a

View File

@@ -1,5 +1,12 @@
{ {
"task-runners": [ "task-runners": [
{
"runner-type": "javascript",
"env-overrides": {
"NODE_FUNCTION_ALLOW_BUILTIN": "crypto",
"NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid"
}
},
{ {
"runner-type": "python", "runner-type": "python",
"env-overrides": { "env-overrides": {