Skip to content

Commit

Permalink
feat: adding million
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeroucher committed Jun 11, 2024
1 parent 50f2291 commit 8f62458
Show file tree
Hide file tree
Showing 3 changed files with 767 additions and 59 deletions.
8 changes: 5 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import MillionLint from '@million/lint';
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: "/calypsso",
distDir: "out",
distDir: "out"
};

export default nextConfig;
export default MillionLint.next({
rsc: true
})(nextConfig);
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
"format": "npx prettier . --write"
},
"dependencies": {
"@million/lint": "^1.0.0-rc.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.378.0",
"million": "^3.1.6",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
Expand Down
Loading

0 comments on commit 8f62458

Please sign in to comment.