Skip to content

Commit

Permalink
fixup! disable TS build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed Jan 22, 2025
1 parent b821953 commit f03753c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/e2e/app-router/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const nextConfig: NextConfig = {
transpilePackages: ["@example/shared"],
output: "standalone",
// outputFileTracingRoot: "../sst",
typescript: {
ignoreBuildErrors: true,
},
eslint: {
ignoreDuringBuilds: true,
},
Expand Down

0 comments on commit f03753c

Please sign in to comment.