Skip to content

Commit

Permalink
feat: update DefaultInstallEnvs to include node and browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Zhang committed Feb 14, 2025
1 parent c4d0836 commit 63cb7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
DefaultApiPath = "/api"
DefaultNodeMaxRunners = 0 // 0 means no limit
DefaultInstallRoot = "/app/install"
DefaultInstallEnvs = ""
DefaultInstallEnvs = "node,browser"
MetadataConfigDirName = ".crawlab"
MetadataConfigName = "config.json"
DefaultPyenvPath = "/root/.pyenv"
Expand Down

0 comments on commit 63cb7d4

Please sign in to comment.