fix(ssr): tsdown build error

- Updated metro-config dependency in pnpm-lock.yaml to include utf-8-validate.
- Reformatted tsconfig.json for better readability and consistency in array and object structures.
- Ensured proper newline handling in package.json and tsconfig.json files.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2025-09-20 00:46:00 +08:00
parent a4baa19abe
commit a421e79d46
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"module": "esnext",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"jsx": "react",
"incremental": true,
"types": ["vite/client", "@follow/types/react", "@follow/types/global"],
"plugins": [