This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
web-client/next.config.js
2005 0dd323a218 🔧 building process:
new dockerfile
added latest for actions on push to master
2024-06-12 08:37:21 +02:00

8 lines
146 B
JavaScript

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