mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 14:38:47 +00:00
f93558324f
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
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],
|
|
}
|