To run this example:
npm install or yarnnpm dev or yarn devPocketbase setup

remember to add envoroment varibles
VITE_PB_URL="http://127.0.0.1:8090"
# create an admin user in pocketbase for types generation with the command "npm run pb-types" use it in dev mode only
PB_ADMIN_EMAIL="uwu@email.com"
PB_ADMIN_PASSWORD="password"