mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
enable code block frontend by default (#3399)
This commit is contained in:
parent
fa6e41d860
commit
975376698d
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ VITE_SKYVERN_API_KEY=YOUR_API_KEY
|
|||
VITE_ENABLE_LOG_ARTIFACTS=false
|
||||
|
||||
# Enable code block node
|
||||
VITE_ENABLE_CODE_BLOCK=false
|
||||
VITE_ENABLE_CODE_BLOCK=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue