Files
next-learn/dashboard/15-final/next.config.js
2023-09-01 12:15:38 +01:00

9 lines
141 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
},
}
module.exports = nextConfig