Update next.config.ts

This commit is contained in:
basstian-ai 2025-05-20 09:43:30 +02:00 committed by GitHub
parent d2500b0d48
commit 9dfd0fb20f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,