feat(manifest): 删除无用文件

This commit is contained in:
chengcheng
2025-08-20 15:15:41 +08:00
parent 3443a50025
commit 0411816b2e
4 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default defineEventHandler(async (event) => {
try {
// Nuxt buildDir 是 .nuxt
const manifestPath = join(process.cwd(), ".nuxt/generated/manifest");
const manifestPath = join(process.cwd(), ".nuxt/generated/manifest.js");
// 检查文件是否存在
await fs.access(manifestPath);