廓形仪rn版本-技术调研
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
165 B

  1. {
  2. "tailwind": {
  3. "config": "tailwind.config.js",
  4. "css": "global.css"
  5. },
  6. "app": {
  7. "entry": "app/_layout.tsx",
  8. "components": "components/ui"
  9. }
  10. }