I have no idea what I'm doing

This commit is contained in:
2025-12-24 20:12:05 +00:00
parent d70252e8c8
commit aee47befe8

View File

@@ -1,5 +1,12 @@
{ {
"task-runners": [ "task-runners": [
{
"runner-type": "javascript",
"env-overrides": {
"NODE_FUNCTION_ALLOW_BUILTIN": "crypto", // <-- allowlist Node.js builtin modules here
"NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid", // <-- allowlist third-party JS packages here
}
},
{ {
"runner-type": "python", "runner-type": "python",
"env-overrides": { "env-overrides": {
@@ -10,4 +17,3 @@
} }
] ]
} }