Files
next-learn/dashboard/15-final/next.config.js
Michael Novotny 4106023cf1 Runs prettier
2023-09-06 12:05:10 -05:00

9 lines
143 B
JavaScript

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