Files
playground/frontend/next.config.js
2025-11-26 19:00:04 +00:00

7 lines
159 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
// Server Actions están habilitados por defecto en Next.js 14+
}
module.exports = nextConfig