From 04dc8d9637420e12286356a26182f8ed20d9d4e9 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 28 May 2025 18:05:27 +0800 Subject: [PATCH] fix(playground-prompt-engineering): unocss webfont timeout --- apps/playground-prompt-engineering/uno.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/playground-prompt-engineering/uno.config.ts b/apps/playground-prompt-engineering/uno.config.ts index 803ad1ab5..aa134f4db 100644 --- a/apps/playground-prompt-engineering/uno.config.ts +++ b/apps/playground-prompt-engineering/uno.config.ts @@ -41,6 +41,10 @@ export default defineConfig({ cute: 'Kiwi Maru', cuteen: 'Sniglet', }, + timeouts: { + warning: 5000, + failure: 10000, + }, }), presetIcons({ scale: 1.2,