-
-
Notifications
You must be signed in to change notification settings - Fork 727
feat: comment out sqlite3 import in the amplify preset #3598
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
base: main
Are you sure you want to change the base?
Conversation
|
@antalasztriksbt is attempting to deploy a commit to the Nuxt Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
Refactor SQLite connector handling in AWS Amplify preset.
Added options for using native node:sqlite or sqlite3 in AWS Amplify setup.
BoBo-Git
left a comment
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.
Great! Gooood Job!
antalasztrik
left a comment
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.
Looks good @farnabaz!
π Linked issue
#3589
β Type of change
π Description
Attempt at running an Amplify build without the
sqlite3dependency, but instead using the nativenode:sqlitemodule from Node version 22.5+.π Checklist