CoolFace
Apppublic

jbilcke-hf/LifeSim

sourceHugging Faceupdated 3y agoView on Hugging Face
10likes
next.config.js11 linesDownload Raw Back to root
1/** @type {import('next').NextConfig} */2const nextConfig = {3  output: 'standalone',4  5  experimental: {6    serverActions: true,7  },8}9 10module.exports = nextConfig11