eduproj2/next.config.js

9 lines
141 B
JavaScript
Raw Normal View History

2023-08-01 22:38:06 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverActions: true,
},
}
module.exports = nextConfig