mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-09-19 01:35:47 +08:00
10 lines
215 B
TypeScript
10 lines
215 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}",
|
|
],
|
|
presets: [preset],
|
|
}
|