Files
next-learn/dashboard/15-final/next.config.js
2023-09-06 12:57:56 -05:00

9 lines
143 B
JavaScript

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