-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: nuxt-scripts integration #306
feat: nuxt-scripts integration #306
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea why 'to wait for error logs'
is failing. I can't retireve any log.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #306 +/- ##
===========================================
+ Coverage 19.26% 29.41% +10.14%
===========================================
Files 12 10 -2
Lines 493 374 -119
Branches 23 21 -2
===========================================
+ Hits 95 110 +15
+ Misses 398 264 -134 ☔ View full report in Codecov by Sentry. |
838a7ab
to
b9ac0d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you people for the collaboration!
## [0.9.0](v0.8.0...v0.9.0) (2024-06-28) ### Features * nuxt-scripts integration ([#306](#306)) ([44cb64c](44cb64c))
🎉 This PR is included in version 0.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hi 👋
This PR implements
@nuxt/scripts
and force the constraint to nuxt 3 as there probably won't be any additionnal fixes for nuxt 2 (and it's reaching EOL)