mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00:00
10 lines
225 B
TypeScript
10 lines
225 B
TypeScript
|
import preset from "./packages/hoppscotch-ui/ui-preset"
|
||
|
|
||
|
export default {
|
||
|
content: [
|
||
|
"packages/hoppscotch-common/src/**/*.{vue,html}",
|
||
|
"packages/hoppscotch-sh-admin/src/**/*.{vue,html}",
|
||
|
],
|
||
|
presets: [preset],
|
||
|
}
|