kx3dex_radio/next.config.js

11 lines
195 B
JavaScript

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