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

8 lines
146 B
JavaScript
Raw Normal View History

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