Chore/Disable Available Dep By Default (#5231)

disable available dependencies by default, only allow when ALLOW_BUILTIN_DEP is set to true
This commit is contained in:
Henry Heng
2025-09-18 12:03:08 +01:00
committed by GitHub
parent fc50f2308b
commit 42152dd036
9 changed files with 18 additions and 8 deletions
+1
View File
@@ -39,6 +39,7 @@ PORT=3000
# LOG_LEVEL=info #(error | warn | info | verbose | debug)
# TOOL_FUNCTION_BUILTIN_DEP=crypto,fs
# TOOL_FUNCTION_EXTERNAL_DEP=moment,lodash
# ALLOW_BUILTIN_DEP=false
############################################################################################################