kx3dex_radio/next.config.js

10 lines
173 B
JavaScript

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