Skip to content

Commit

Permalink
fix: Upgrade to canary to fix undici bug
Browse files Browse the repository at this point in the history
To pick up vercel/next.js#73274.

Signed-off-by: Dhi Aurrahman <dio@rockybars.com>
  • Loading branch information
dio committed Dec 10, 2024
1 parent 0e2b77b commit af07a78
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 50 deletions.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { NextConfig } from 'next'

const nextConfig: NextConfig = {
// https://nextjs.org/docs/advanced-features/output-file-tracing#automatically-copying-traced-files
// https://nextjs.org/docs/advanced-features/output-file-tracing#automatically-copying-traced-files.
output: process.env.DOCKER_BUILD === 'true' ? 'standalone' : undefined,
images: {
remotePatterns: [
Expand Down
107 changes: 59 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-react": "0.456.0",
"next": "15.0.2",
"next": "^15.0.4-canary.49",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-hook-form": "7.53.2",
Expand Down

0 comments on commit af07a78

Please sign in to comment.