tanstack start with powersync error
im getting cannot find module errors
https://codesandbox.io/p/devbox/k8kvyx minimal recreation of problem.
i am looking to know if powersync is able to be used in a app stack like such:
capacitor for mobile
tauri for desktop
tanstack for
supabase for backend
powersync.
i am referencing https://github.com/powersync-ja/powersync-js/blob/main/demos/react-supabase-todolist for the systemprovider
currently i am getting a ssr error when i open up my vinxi development server: (this about the same problem im getting on the minimal recreation
and i get this error even while having it clearly in my node modules, and it is also included in my package.json
please ask if you need more info because i cant send longer messages here
GitHub
powersync-js/demos/react-supabase-todolist at main · powersync-ja/...
SDK that enables local-first and real-time reactive apps with embedded SQLite for JavaScript clients, including React Native and Web - powersync-ja/powersync-js
2 Replies
helpful-purple•6mo ago
looks like those powersync modules are not proper ESM
try this in app.config.ts
exotic-emeraldOP•6mo ago
seems likeit
