Files
recipe-app/frontend/next.config.js
T
2026-04-09 09:14:39 +02:00

7 lines
119 B
JavaScript

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