Skip to content

Commit

Permalink
fix: 🐛 canvas not deleted on vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Oct 6, 2023
1 parent 2ad8cef commit 065f3db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ const nextConfig = {
transpilePackages: ['@chaindesk/lib', '@chaindesk/emails'],
experimental: {
outputFileTracingRoot: path.join(__dirname, '../../'),
// legacyBrowsers: false,
// outputFileTracingIgnores: ['**canvas**'],
outputFileTracingExcludes: {
'*': ['node_modules/.pnpm/[email protected]'],
},
},
// eslint: {
// dirs: ['pages', 'utils', 'components', 'hooks', 'types', 'widgets'],
Expand Down

0 comments on commit 065f3db

Please sign in to comment.