eduproj2/next.config.js
Michael Zhang 1711557f4c initial
2023-08-01 18:38:06 -04:00

8 lines
141 B
JavaScript

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