LifeSim / next.config.js
Julian Bilcke
initial commit ๐Ÿ ๐Ÿชธ
c7b9c60
raw
history blame contribute delete
168 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverActions: true,
},
}
module.exports = nextConfig