fix(playground-prompt-engineering): build

This commit is contained in:
Neko Ayaka
2025-06-16 02:12:21 +08:00
parent 4673bc38ca
commit 4fda484704
7 changed files with 86 additions and 109 deletions
+1 -3
View File
@@ -103,6 +103,7 @@ export function sharedUnoConfig() {
],
safelist: [
...'prose prose-sm m-auto text-left'.split(' '),
...safelistAllPrimaryBackgrounds(),
],
// hyoban/unocss-preset-shadcn: Use shadcn ui with UnoCSS
// https://github.com/hyoban/unocss-preset-shadcn
@@ -151,9 +152,6 @@ export function histoireUnoConfig() {
presets: [
presetStoryMockHover(),
],
safelist: [
...safelistAllPrimaryBackgrounds(),
],
})
}