network/testdata/apps/nextjs-app/next.config.js
2026-01-29 09:29:41 +02:00

7 lines
117 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig