v4 was created by restoring v2
v5 was created by restoring v2
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Downloading 90 deployment files...
Restored build cache from previous deployment (DPScdG4zdtGXnu3sqthpG4DTpfS8)
Running "vercel build"
Vercel CLI 48.2.9
Running "install" command: `bun install`...
bun install v1.2.23 (cf136713)
3 packages installed [211.00ms]
Detected Next.js version: 14.2.16
Running "bun run build"
$ next build
▲ Next.js 14.2.16
Creating an optimized production build ...
Failed to compile.
./components/header.tsx
Error:
x Unexpected token `header`. Expected jsx identifier
,-[/vercel/path1/components/header.tsx:4:1]
4 |
5 | export function Header() {
6 | return (
7 | <header className="fixed top-0 left-0 right-0 z-50 border-b border-border bg-background/80 backdrop-blur-sm">
: ^^^^^^
8 | <div className="container mx-auto px-4 sm:px-6 lg:px-8">
9 | <div className="flex h-16 items-center justify-between">
10 | <Link href="/" className="flex items-center gap-2">
`----
Caused by:
Syntax Error
Import trace for requested module:
./components/header.tsx
./app/page.tsx
> Build failed because of webpack errors
error: script "build" exited with code 1
Error: Command "bun run build" exited with 1