skalara-web/next.config.js
2023-07-26 18:30:00 -04:00

9 lines
143 B
JavaScript

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