import type { NextConfig } from "next"; const nextConfig: NextConfig = { experimental: { // serverActions: true, }, }; export default nextConfig;