mirror of
https://github.com/vercel/commerce.git
synced 2025-06-03 06:46:59 +00:00
Update next.config.ts
This commit is contained in:
parent
d2500b0d48
commit
9dfd0fb20f
@ -1,3 +1,7 @@
|
|||||||
|
// 🔧 fallback so the build never crashes if COMMERCE_PROVIDER is missing
|
||||||
|
if (!process.env.COMMERCE_PROVIDER) {
|
||||||
|
process.env.COMMERCE_PROVIDER = 'local';
|
||||||
|
}
|
||||||
export default {
|
export default {
|
||||||
experimental: {
|
experimental: {
|
||||||
ppr: true,
|
ppr: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user