This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
monorepo
Watch
1
Star
0
Fork
You've already forked monorepo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
21d0c53174
monorepo
/
apps
/
web
/
postcss.config.mjs
6 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
mkedit
2024-09-28 14:58:45 +08:00
const
config
=
{
bolgdetails
2025-06-27 16:37:18 +08:00
plugins
:
[
"@tailwindcss/postcss"
]
,
mkedit
2024-09-28 14:58:45 +08:00
}
;
export
default
config
;