LifeSim / next.config.js
jbilcke-hf's picture
jbilcke-hf HF staff
initial commit ๐Ÿ ๐Ÿชธ
c7b9c60
raw
history blame contribute delete
No virus
168 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
},
}
module.exports = nextConfig