This website requires JavaScript.
Explore
Help
Register
Sign In
Ling0925
/
suna
mirror of
https://github.com/kortix-ai/suna.git
Watch
1
Star
0
Fork
You've already forked suna
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9e0e89ff61
suna
/
frontend
/
postcss.config.mjs
6 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
landing, frontend wip
2025-04-16 01:20:15 +08:00
const
config
=
{
chore(dev): code cleanup + rect query setup + model selector
2025-05-05 17:27:36 +08:00
plugins
:
[
'@tailwindcss/postcss'
]
,
landing, frontend wip
2025-04-16 01:20:15 +08:00
}
;
chore(dev): code cleanup + rect query setup + model selector
2025-05-05 17:27:36 +08:00
export
default
config
;