Files
wehub-resource-sync 2a49a75286
Node.js CI / Test (22) (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 11:59:37 +08:00

11 lines
270 B
TypeScript

import preset from "@hoppscotch/ui/ui-preset"
export default {
content: [
"packages/hoppscotch-common/src/**/*.{vue,html}",
"packages/hoppscotch-sh-admin/src/**/*.{vue,html}",
"packages/hoppscotch-desktop/src/**/*.{vue,html}",
],
presets: [preset],
}