mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 18:51:23 +00:00
Replaces Route Handlers with Server Actions (#1050)
This commit is contained in:
@@ -4,6 +4,9 @@ module.exports = {
|
||||
// Disabling on production builds because we're running checks on PRs via GitHub Actions.
|
||||
ignoreDuringBuilds: true
|
||||
},
|
||||
experimental: {
|
||||
serverActions: true
|
||||
},
|
||||
images: {
|
||||
formats: ['image/avif', 'image/webp'],
|
||||
remotePatterns: [
|
||||
|
Reference in New Issue
Block a user