apps/web: add build params to next.config.js
This commit is contained in:
parent
ec49ee4683
commit
141e6af44e
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user