This commit is contained in:
@@ -7,6 +7,11 @@ const nextConfig = {
|
||||
reactCompiler: false,
|
||||
},
|
||||
output: 'standalone',
|
||||
env: {
|
||||
customKey: 'my-value',
|
||||
PORT: env.process.PORT,
|
||||
HOSTNAME: env.process.HOSTNAME,
|
||||
},
|
||||
}
|
||||
|
||||
export default withPayload(nextConfig)
|
||||
|
||||
Reference in New Issue
Block a user