docker compose run --rm server bun run test
https://lucia-auth.com/tutorials/google-oauth/sveltekit https://lucia-auth.com/sessions/cookies/sveltekit
With the docker compose stack up and running
# Generate SQL Migration files
docker compose run --rm app bun run db:generate
# Apply the migration (it is also done when the stack starts)
docker compose run --rm app bun run db:migrate