feat: add initial skeleton for authentication in sveltekit with pocketbase

This commit is contained in:
Bart van der Braak 2024-01-28 22:21:47 +01:00
parent 69ccab8129
commit 88884a69ac
30 changed files with 682 additions and 197 deletions

1
apps/web/.env.example Normal file
View file

@ -0,0 +1 @@
PUBLIC_CLIENT_PB="http://127.0.0.1:8090"