skalara/next.config.js
Christopher Arraya f98072c7cf initial commit
2023-09-16 23:15:44 -04:00

9 lines
141 B
JavaScript

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