-
Notifications
You must be signed in to change notification settings - Fork 309
feat(ipx): log the architecture of the build #1808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying nuxt-image with
|
| Latest commit: |
98462bc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b9dc4ab2.nuxt-image.pages.dev |
| Branch Preview URL: | https://feat-log-ipx.nuxt-image.pages.dev |
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1808 +/- ##
==========================================
+ Coverage 62.63% 62.76% +0.13%
==========================================
Files 81 81
Lines 3792 3808 +16
Branches 432 436 +4
==========================================
+ Hits 2375 2390 +15
- Misses 1389 1390 +1
Partials 28 28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I like the idea of explaining regarding the binaries which are shipped in the output. Do we know what is the error sent back by the IPX route when the binary is not build for the same runtime? Because having also an error log on runtime could be useful too. |
|
@atinux The response when loading an image is a 500 error and a JSON object with following |

🔗 Linked issue
❓ Type of change
📚 Description
With upcoming release of nuxt image including ipx v3, it's important to let users know the architecture they have built for.
This adds a log after the build is complete.
questions: