-
- Downloads
feat: fix ui bug & style ssr
Showing
- .swcrc 14 additions, 0 deletions.swcrc
- next.config.ts 4 additions, 1 deletionnext.config.ts
- package.json 1 addition, 0 deletionspackage.json
- reference/src/components/server/TextArea/index.tsx 0 additions, 1 deletionreference/src/components/server/TextArea/index.tsx
- src/app/registry.tsx 7 additions, 0 deletionssrc/app/registry.tsx
- src/components/ContentWrap/index.tsx 0 additions, 1 deletionsrc/components/ContentWrap/index.tsx
- src/components/IntroArea/style.ts 11 additions, 0 deletionssrc/components/IntroArea/style.ts
- src/components/TextArea/index.tsx 1 addition, 1 deletionsrc/components/TextArea/index.tsx
- src/components/TextArea/style.ts 7 additions, 3 deletionssrc/components/TextArea/style.ts
- yarn.lock 386 additions, 38 deletionsyarn.lock
.swcrc
0 → 100644
... | @@ -9,6 +9,7 @@ | ... | @@ -9,6 +9,7 @@ |
"lint": "next lint" | "lint": "next lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@swc/plugin-styled-components": "^7.1.1", | |||
"@types/styled-components": "^5.1.34", | "@types/styled-components": "^5.1.34", | ||
"axios": "^1.8.4", | "axios": "^1.8.4", | ||
"next": "15.2.4", | "next": "15.2.4", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment