feat: add @powersync/nuxt module#1497
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds module metadata registration for the PowerSync Nuxt module. A single YAML configuration file ( Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔗 Linked issue
Resolves #1416
📚 Description
Adds the official PowerSync Nuxt module (
@powersync/nuxt).PowerSync gives Nuxt apps offline/local-first sync capabilities. It handles client-side storage, consistency, reactivity using SQLite, and syncing writes back to your backend database. The module ships auto-imported composables, diagnostics, Nuxt DevTools integration, and optional Kysely support for type-safe queries.
I ran
pnpm sync powersyncandpnpm buildlocally, and the entry validates.