hoppscotch/tailwind.config.ts
Anwarul Islam f93558324f
chore: move hoppscotch-ui package out of the monorepo (#3620)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-16 16:58:10 +05:30

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],
}