mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00:00
a215860782
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: Joel Jacob Stephen <70131076+JoelJacobStephen@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
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],
|
|
}
|