mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
Fix build issue
This commit is contained in:
parent
0c281bc602
commit
0ca7cc6b29
@ -1,5 +1,8 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
experimental: {
|
||||||
|
missingSuspenseWithCSRBailout: false
|
||||||
|
},
|
||||||
eslint: {
|
eslint: {
|
||||||
// Disabling on production builds because we're running checks on PRs via GitHub Actions.
|
// Disabling on production builds because we're running checks on PRs via GitHub Actions.
|
||||||
ignoreDuringBuilds: true
|
ignoreDuringBuilds: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user