LifeSim / next.config.js
barton
Duplicate from jbilcke-hf/LifeSim
da798b4
raw
history blame contribute delete
168 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
},
}
module.exports = nextConfig