enable code block frontend by default (#3399)
Some checks failed
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled

This commit is contained in:
Shuchang Zheng 2025-09-13 19:17:59 -07:00 committed by GitHub
parent fa6e41d860
commit 975376698d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"