fix: use webpack

This commit is contained in:
kilyabin
2025-11-24 02:47:32 +04:00
parent 04f6ea28ec
commit c5c6eb7875
3 changed files with 5 additions and 4472 deletions

View File

@@ -15,6 +15,10 @@ const nextConfig = {
}
return config
},
// Указываем корневую директорию для устранения предупреждения о множественных lockfiles
turbopack: {
root: __dirname,
},
}
module.exports = nextConfig

View File

@@ -8,7 +8,7 @@
},
"scripts": {
"dev": "next dev --webpack -H 0.0.0.0",
"build": "next build",
"build": "next build --webpack",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},

4471
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff