Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 18, 2024
1 parent 0ed75a6 commit 9dbebb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Binary file modified site/bun.lockb
Binary file not shown.
7 changes: 7 additions & 0 deletions site/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ const config = {
reactCompiler: true,
ppr: true,
},
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
// your project has type errors.
// !! WARN !!
ignoreBuildErrors: true,
},
};

export default withAxiom(withMDX(config));
8 changes: 2 additions & 6 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
Expand All @@ -36,16 +38,10 @@
"@babel/plugin-syntax-jsx": "^7.24.1",
"@biomejs/biome": "^1.7.3",
"@types/mdx": "^2.0.13",
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta",
"autoprefixer": "^10.4.19",
"babel-plugin-react-compiler": "0.0.0-experimental-c23de8d-20240515",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"overrides": {
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
}
}

0 comments on commit 9dbebb9

Please sign in to comment.