package main
import (
"github.com/pocket-id/pocket-id/backend/internal/bootstrap"
)
func main() {
bootstrap.Bootstrap()
}