mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 02:28:30 +08:00
10 lines
196 B
TypeScript
10 lines
196 B
TypeScript
import './vitest.css'
|
|
|
|
document.documentElement.dataset.theme = 'light'
|
|
|
|
;(
|
|
globalThis as typeof globalThis & {
|
|
BASE_UI_ANIMATIONS_DISABLED: boolean
|
|
}
|
|
).BASE_UI_ANIMATIONS_DISABLED = true
|