Spaces:
Runtime error
Runtime error
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| output: 'standalone', | |
| experimental: { | |
| serverActions: true, | |
| }, | |
| } | |
| module.exports = nextConfig | |