fix: use webpack
This commit is contained in:
@@ -15,6 +15,10 @@ const nextConfig = {
|
|||||||
}
|
}
|
||||||
return config
|
return config
|
||||||
},
|
},
|
||||||
|
// Указываем корневую директорию для устранения предупреждения о множественных lockfiles
|
||||||
|
turbopack: {
|
||||||
|
root: __dirname,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev --webpack -H 0.0.0.0",
|
"dev": "next dev --webpack -H 0.0.0.0",
|
||||||
"build": "next build",
|
"build": "next build --webpack",
|
||||||
"start": "next start -H 0.0.0.0",
|
"start": "next start -H 0.0.0.0",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
|
|||||||
4471
pnpm-lock.yaml
generated
4471
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user