mirror of
https://github.com/vercel/commerce.git
synced 2025-06-01 14:06:58 +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 {
|
||||
experimental: {
|
||||
ppr: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user