mpellegrini / fullstack-typescript-monorepo-starter

1 stars 1 forks source link

feat(packages/api): move user sign-up under api #142

Closed mpellegrini closed 1 month ago

mpellegrini commented 1 month ago

Initial work to move sign-up logic out of SvelteKit app and into API package using Hono and a typed RPC client.