config and Dockerfile update
Build KX3DEX.radio / Build and Deploy (push) Successful in 2m35s Details

master
Dex Burgess 2024-03-24 14:05:19 -04:00
parent b1df62636b
commit 94217e80c8
2 changed files with 10 additions and 4 deletions

10
next.config.js Normal file
View File

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

View File

@ -1,4 +0,0 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;