File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ COPY --from=builder /app/public ./public
5050COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
5151COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
5252
53- # Copy gremllm native binaries
54- COPY --from=builder --chown=nextjs:nodejs /app/node_modules/@gremllm/nextjs/binaries ./binaries
55-
5653USER nextjs
5754
5855EXPOSE 3000
Original file line number Diff line number Diff line change 1- export { GET , runtime } from '@gremllm/nextjs/route' ;
1+ export { GET } from '@gremllm/nextjs/route' ;
Original file line number Diff line number Diff line change 1212 "dependencies" : {
1313 "@emotion/react" : " ^11.13.3" ,
1414 "@emotion/styled" : " ^11.13.0" ,
15- "@gremllm/nextjs" : " 0.2 .0" ,
15+ "@gremllm/nextjs" : " 0.4 .0" ,
1616 "@next/font" : " 14.2.15" ,
1717 "@opentelemetry/api" : " ^1.9.0" ,
1818 "@opentelemetry/auto-instrumentations-node" : " ^0.52.1" ,
Original file line number Diff line number Diff line change 287287 resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz"
288288 integrity sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==
289289
290- " @gremllm/nextjs@0.2 .0 " :
291- version "0.2 .0"
292- resolved "https://registry.yarnpkg.com/@gremllm/nextjs/-/nextjs-0.2 .0.tgz#d592e15c6bbc8c3461cbeb5c4ba63c196271891b "
293- integrity sha512-47+L2iDd+xZkIEe8Y+61riuc/H88yoJe3tW5+bv45D9gF8rCxSDXmSj6u7kaWhdLnSMKFE2QccMk+AuZo5oiIA ==
290+ " @gremllm/nextjs@0.4 .0 " :
291+ version "0.4 .0"
292+ resolved "https://registry.yarnpkg.com/@gremllm/nextjs/-/nextjs-0.4 .0.tgz#c86cb7961ab3d81ccbf79a862f959b8fd93376ee "
293+ integrity sha512-+JnF7wmUkcisV+YjX8+3te9AOvgl1z8TfJdObbagOY1znnUX0IWL6PGDkGicPpLabuZ1mt4/KRScPgYG8KhYQg ==
294294 dependencies :
295295 koffi "^2.9.0"
296296
You can’t perform that action at this time.
0 commit comments