jbilcke-hf/LifeSim
10
1/** @type {import('next').NextConfig} */2const nextConfig = {3 output: 'standalone',4 5 experimental: {6 serverActions: true,7 },8}9 10module.exports = nextConfig11 1/** @type {import('next').NextConfig} */2const nextConfig = {3 output: 'standalone',4 5 experimental: {6 serverActions: true,7 },8}9 10module.exports = nextConfig11