Files
ecommerce-platform/app/next.config.js
T

6 lines
116 B
JavaScript
Raw Normal View History

2026-05-18 15:25:38 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig