enable code block frontend by default (#3399)

This commit is contained in:
Shuchang Zheng
2025-09-13 19:17:59 -07:00
committed by GitHub
parent fa6e41d860
commit 975376698d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ stringData:
VITE_WSS_BASE_URL: ws://skyvern.example.com/api/v1
VITE_SKYVERN_API_KEY: ""
VITE_ENABLE_LOG_ARTIFACTS: "false"
VITE_ENABLE_CODE_BLOCK: "false"
VITE_ENABLE_CODE_BLOCK: "true"