forked from innovacion/playground
7 lines
159 B
JavaScript
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
|