fix:Liunx系统下部署问题

This commit is contained in:
2026-03-21 09:05:06 +08:00
parent 81beb914ee
commit 83f7a66e32
2 changed files with 445 additions and 1 deletions

View File

@@ -18,8 +18,9 @@
"name": "next"
}
],
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
"@/*": ["*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],