wedding-planner-frontend/next.config.mjs
Manuel Bustillo 4c50ed19aa
All checks were successful
Playwright Tests / test (pull_request) Successful in 3m6s
Build docker image / build-static-assets (pull_request) Successful in 7m30s
Configure docker build
2024-08-11 22:50:36 +02:00

8 lines
120 B
JavaScript

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