kx3dex_radio/next.config.js

11 lines
195 B
JavaScript
Raw Normal View History

2024-03-24 18:05:19 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
serverActions: true
},
output: 'standalone'
}
module.exports = nextConfig