spinspire / pocketbase-sveltekit-starter

a starter project to build a SvelteKit frontend with PocketBase backend
MIT License
342 stars 59 forks source link

Upgrade pocketbase 0.21, typegen 1.2.1, go 1.21, sveltekit 2.5, vite 5 #30

Open guillaumejounel opened 8 months ago

guillaumejounel commented 8 months ago

Upgraded most sveltekit and pocketbase dependencies, updated generated-types.ts (missing Auditlog) and adapted pocketbase index.ts accordingly. I've had to get rid of generics for some functions thus marked the PR as draft for the time being.

Thanks for your work!