apps/web: add build params to next.config.js

This commit is contained in:
vchikalkin 2023-11-20 12:40:31 +03:00
parent ec49ee4683
commit 141e6af44e

View File

@ -15,6 +15,13 @@ function buildFaviconRewrite(source) {
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
outputFileTracingRoot: path.join(__dirname, '../../'),
},
reactStrictMode: true,
transpilePackages: ['ui'],
async rewrites() {