marshallswain / feathers-pinia

Connect your Feathers API to the elegant data store for Vue
52 stars 22 forks source link

Fix types for moduleResolution Node16 #132

Closed FossPrime closed 1 year ago

FossPrime commented 1 year ago

Related to #130 and #129

Screenshot 2023-06-08 18 26 49

FossPrime commented 1 year ago

Woohoo!

Send it and ill work on a pnpm build.

I got Feathers configured in a Nuxt compatible way https://github.com/Gabetd/feathers-pinia-vite/blob/main/src/feathers.ts

https://stackblitz.com/~/github.com/gabetd/feathers-pinia-vite
It runs for dev purposes with one click, quickly too. I had to manually write the routes because the Layouts gizmo is out of maintenance. Pretty sure I crossed the wires.

Build is hanging on vue-ts liking all the types. It doesn't have a --transpile-only mode

image