1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 21:29:44 +00:00
Files
pocket-id/backend/cmd/main.go
2024-08-17 21:57:14 +02:00

10 lines
127 B
Go

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