config and Dockerfile update
Build KX3DEX.radio / Build and Deploy (push) Successful in 2m35s
Details
Build KX3DEX.radio / Build and Deploy (push) Successful in 2m35s
Details
parent
b1df62636b
commit
94217e80c8
|
@ -0,0 +1,10 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
appDir: true,
|
||||
serverActions: true
|
||||
},
|
||||
output: 'standalone'
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
|
@ -1,4 +0,0 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
|
||||
export default nextConfig;
|
Loading…
Reference in New Issue