|
1 | | - |
2 | | -> logos@1.5.0 build |
3 | | -> velite build && next build |
4 | | - |
5 | | -[VELITE] issues: |
6 | | -content/docs/funcionalidades.mdx |
7 | | - warning `s.path()` schema will resolve the flattening path based on the file path slug |
8 | | - |
9 | | -content/docs/introduccion.mdx |
10 | | - warning `s.path()` schema will resolve the flattening path based on the file path slug |
11 | | - |
12 | | -content/docs/logos.mdx |
13 | | - warning `s.path()` schema will resolve the flattening path based on the file path slug |
14 | | - |
15 | | -ÔÜá 3 warnings |
16 | | -[32m[VELITE][0m build finished in 529.30ms |
17 | 1 | Ôû▓ Next.js 16.1.5 (Turbopack) |
18 | 2 | - Environments: .env.local |
19 | 3 |
|
20 | 4 | Creating an optimized production build ... |
| 5 | +Ô£ô Compiled successfully in 21.9s |
| 6 | + Running TypeScript ... |
| 7 | + Collecting page data using 7 workers ... |
| 8 | + Generating static pages using 7 workers (0/19) ... |
| 9 | + Generating static pages using 7 workers (4/19) |
| 10 | + Generating static pages using 7 workers (9/19) |
| 11 | + Generating static pages using 7 workers (14/19) |
| 12 | +Ô£ô Generating static pages using 7 workers (19/19) in 1405.6ms |
| 13 | + Finalizing page optimization ... |
| 14 | + |
| 15 | +Route (app) |
| 16 | +Ôöî Ôùï / |
| 17 | +Ôö£ Ôùï /_not-found |
| 18 | +Ôö£ ãÆ /api/chat |
| 19 | +Ôö£ Ôùï /chat |
| 20 | +Ôö£ ÔùÅ /docs/[[...slug]] |
| 21 | +Ôöé Ôö£ /docs/funcionalidades |
| 22 | +Ôöé Ôö£ /docs/introduccion |
| 23 | +Ôöé Ôöö /docs/logos |
| 24 | +Ôö£ Ôùï /industrias |
| 25 | +Ôö£ Ôùï /manifest.json |
| 26 | +Ôö£ Ôùï /news |
| 27 | +Ôö£ Ôùï /nosotros |
| 28 | +Ôö£ Ôùï /precios |
| 29 | +Ôö£ Ôùï /privacy |
| 30 | +Ôö£ Ôùï /robots.txt |
| 31 | +Ôö£ Ôùï /sitemap.xml |
| 32 | +Ôö£ Ôùï /soluciones |
| 33 | +Ôöö Ôùï /terms |
| 34 | + |
| 35 | + |
| 36 | +Ôùï (Static) prerendered as static content |
| 37 | +ÔùÅ (SSG) prerendered as static HTML (uses generateStaticParams) |
| 38 | +ãÆ (Dynamic) server-rendered on demand |
21 | 39 |
|
22 | | -> Build error occurred |
23 | | -Error: Turbopack build failed with 6 errors: |
24 | | -./src/components/hero.tsx:8:1 |
25 | | -Module not found: Can't resolve './ui/blur-fade' |
26 | | - 6 | import { Safari } from "./ui/safari"; |
27 | | - 7 | import demoImage from "@public/demo.png"; |
28 | | -> 8 | import { BlurFade } from "./ui/blur-fade"; |
29 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
30 | | - 9 | |
31 | | - 10 | export function Hero() { |
32 | | - 11 | const theme = useTheme(); |
33 | | - |
34 | | - |
35 | | - |
36 | | -Import traces: |
37 | | - Client Component Browser: |
38 | | - ./src/components/hero.tsx [Client Component Browser] |
39 | | - ./src/app/page.tsx [Client Component Browser] |
40 | | - ./src/app/page.tsx [Server Component] |
41 | | - |
42 | | - Client Component SSR: |
43 | | - ./src/components/hero.tsx [Client Component SSR] |
44 | | - ./src/app/page.tsx [Client Component SSR] |
45 | | - ./src/app/page.tsx [Server Component] |
46 | | - |
47 | | -https://nextjs.org/docs/messages/module-not-found |
48 | | - |
49 | | - |
50 | | -./src/components/hero.tsx:5:1 |
51 | | -Module not found: Can't resolve './ui/border-beam' |
52 | | - 3 | import { motion } from "framer-motion"; |
53 | | - 4 | import { Box, Container, Typography, useTheme, alpha } from "@mui/material"; |
54 | | -> 5 | import { BorderBeam } from "./ui/border-beam"; |
55 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
56 | | - 6 | import { Safari } from "./ui/safari"; |
57 | | - 7 | import demoImage from "@public/demo.png"; |
58 | | - 8 | import { BlurFade } from "./ui/blur-fade"; |
59 | | - |
60 | | - |
61 | | - |
62 | | -Import traces: |
63 | | - Client Component Browser: |
64 | | - ./src/components/hero.tsx [Client Component Browser] |
65 | | - ./src/app/page.tsx [Client Component Browser] |
66 | | - ./src/app/page.tsx [Server Component] |
67 | | - |
68 | | - Client Component SSR: |
69 | | - ./src/components/hero.tsx [Client Component SSR] |
70 | | - ./src/app/page.tsx [Client Component SSR] |
71 | | - ./src/app/page.tsx [Server Component] |
72 | | - |
73 | | -https://nextjs.org/docs/messages/module-not-found |
74 | | - |
75 | | - |
76 | | -./src/components/hardware-alternatives.tsx:6:1 |
77 | | -Module not found: Can't resolve './ui/button' |
78 | | - 4 | import Link from "next/link"; |
79 | | - 5 | import { Card } from "./ui/card"; |
80 | | -> 6 | import { Button } from "./ui/button"; |
81 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
82 | | - 7 | // import { Badge } from "./ui/badge"; |
83 | | - 8 | import { |
84 | | - 9 | Monitor, |
85 | | - |
86 | | - |
87 | | - |
88 | | -Import traces: |
89 | | - Client Component Browser: |
90 | | - ./src/components/hardware-alternatives.tsx [Client Component Browser] |
91 | | - ./src/app/page.tsx [Client Component Browser] |
92 | | - ./src/app/page.tsx [Server Component] |
93 | | - |
94 | | - Client Component SSR: |
95 | | - ./src/components/hardware-alternatives.tsx [Client Component SSR] |
96 | | - ./src/app/page.tsx [Client Component SSR] |
97 | | - ./src/app/page.tsx [Server Component] |
98 | | - |
99 | | -https://nextjs.org/docs/messages/module-not-found |
100 | | - |
101 | | - |
102 | | -./src/components/hardware-alternatives.tsx:5:1 |
103 | | -Module not found: Can't resolve './ui/card' |
104 | | - 3 | import { motion } from "framer-motion"; |
105 | | - 4 | import Link from "next/link"; |
106 | | -> 5 | import { Card } from "./ui/card"; |
107 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
108 | | - 6 | import { Button } from "./ui/button"; |
109 | | - 7 | // import { Badge } from "./ui/badge"; |
110 | | - 8 | import { |
111 | | - |
112 | | - |
113 | | - |
114 | | -Import traces: |
115 | | - Client Component Browser: |
116 | | - ./src/components/hardware-alternatives.tsx [Client Component Browser] |
117 | | - ./src/app/page.tsx [Client Component Browser] |
118 | | - ./src/app/page.tsx [Server Component] |
119 | | - |
120 | | - Client Component SSR: |
121 | | - ./src/components/hardware-alternatives.tsx [Client Component SSR] |
122 | | - ./src/app/page.tsx [Client Component SSR] |
123 | | - ./src/app/page.tsx [Server Component] |
124 | | - |
125 | | -https://nextjs.org/docs/messages/module-not-found |
126 | | - |
127 | | - |
128 | | -./src/components/stack.tsx:4:1 |
129 | | -Module not found: Can't resolve './ui/card' |
130 | | - 2 | |
131 | | - 3 | import { motion } from "framer-motion"; |
132 | | -> 4 | import { Card } from "./ui/card"; |
133 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
134 | | - 5 | // import { Badge } from "./ui/badge"; |
135 | | - 6 | import { Plus } from "lucide-react"; |
136 | | - 7 | import { siRaspberrypi } from "simple-icons"; |
137 | | - |
138 | | - |
139 | | - |
140 | | -Import traces: |
141 | | - Client Component Browser: |
142 | | - ./src/components/stack.tsx [Client Component Browser] |
143 | | - ./src/app/page.tsx [Client Component Browser] |
144 | | - ./src/app/page.tsx [Server Component] |
145 | | - |
146 | | - Client Component SSR: |
147 | | - ./src/components/stack.tsx [Client Component SSR] |
148 | | - ./src/app/page.tsx [Client Component SSR] |
149 | | - ./src/app/page.tsx [Server Component] |
150 | | - |
151 | | -https://nextjs.org/docs/messages/module-not-found |
152 | | - |
153 | | - |
154 | | -./src/components/hero.tsx:6:1 |
155 | | -Module not found: Can't resolve './ui/safari' |
156 | | - 4 | import { Box, Container, Typography, useTheme, alpha } from "@mui/material"; |
157 | | - 5 | import { BorderBeam } from "./ui/border-beam"; |
158 | | -> 6 | import { Safari } from "./ui/safari"; |
159 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
160 | | - 7 | import demoImage from "@public/demo.png"; |
161 | | - 8 | import { BlurFade } from "./ui/blur-fade"; |
162 | | - 9 | |
163 | | - |
164 | | - |
165 | | - |
166 | | -Import traces: |
167 | | - Client Component Browser: |
168 | | - ./src/components/hero.tsx [Client Component Browser] |
169 | | - ./src/app/page.tsx [Client Component Browser] |
170 | | - ./src/app/page.tsx [Server Component] |
171 | | - |
172 | | - Client Component SSR: |
173 | | - ./src/components/hero.tsx [Client Component SSR] |
174 | | - ./src/app/page.tsx [Client Component SSR] |
175 | | - ./src/app/page.tsx [Server Component] |
176 | | - |
177 | | -https://nextjs.org/docs/messages/module-not-found |
178 | | - |
179 | | - |
180 | | - at <unknown> (./src/components/hero.tsx:8:1) |
181 | | - at <unknown> (https://nextjs.org/docs/messages/module-not-found) |
182 | | - at <unknown> (./src/components/hero.tsx:5:1) |
183 | | - at <unknown> (https://nextjs.org/docs/messages/module-not-found) |
184 | | - at <unknown> (./src/components/hardware-alternatives.tsx:6:1) |
185 | | - at <unknown> (https://nextjs.org/docs/messages/module-not-found) |
186 | | - at <unknown> (./src/components/hardware-alternatives.tsx:5:1) |
187 | | - at <unknown> (https://nextjs.org/docs/messages/module-not-found) |
188 | | - at <unknown> (./src/components/stack.tsx:4:1) |
189 | | - at <unknown> (https://nextjs.org/docs/messages/module-not-found) |
190 | | - at <unknown> (./src/components/hero.tsx:6:1) |
191 | | - at <unknown> (https://nextjs.org/docs/messages/module-not-found) |
0 commit comments